8 references to Bottom
System.Web (8)
UI\WebControls\DataGridPagerStyle.cs (4)
69
return(position == PagerPosition.
Bottom
) ||
176
DefaultValue(PagerPosition.
Bottom
),
185
return PagerPosition.
Bottom
;
188
if (value < PagerPosition.
Bottom
|| value > PagerPosition.TopAndBottom) {
UI\WebControls\PagerSettings.cs (4)
102
return(position == PagerPosition.
Bottom
) ||
303
DefaultValue(PagerPosition.
Bottom
),
313
return PagerPosition.
Bottom
;
316
if (value < PagerPosition.
Bottom
|| value > PagerPosition.TopAndBottom) {