The properties of the DataGridPagerStyle class are listed below. For a complete list of DataGridPagerStyle class members, see the DataGridPagerStyle Members topic.
BackColor (inherited from Style) | [To be supplied.] |
BorderColor (inherited from Style) | [To be supplied.] |
BorderStyle (inherited from Style) | [To be supplied.] |
BorderWidth (inherited from Style) | [To be supplied.] |
CssClass (inherited from Style) | [To be supplied.] |
Font (inherited from Style) | [To be supplied.] |
ForeColor (inherited from Style) | [To be supplied.] |
Height (inherited from Style) | [To be supplied.] |
HorizontalAlign (inherited from TableItemStyle) | [To be supplied.] |
Mode | Determines the type of Paging UI to use. The default is to use Next and Previous page buttons. |
NextPageText | Determines the text to be used for the Next page button. The default value is '>'. |
PageButtonCount | Determines the number of pages to show in the paging UI when the mode is PagerMode.NumericPages. The default is 10. |
Position | Determines the vertical position of the paging UI bar with respect to its associated control. The default value is PagerPosition.Bottom. |
PrevPageText | [To be supplied.] |
Site (inherited from Component) | Gets or sets the site of the Component. |
VerticalAlign (inherited from TableItemStyle) | [To be supplied.] |
Visible | Controls whether the paging UI is to be shown. The default value is true. |
Width (inherited from Style) | [To be supplied.] |
Wrap (inherited from TableItemStyle) | [To be supplied.] |
DataGridPagerStyle Class | System.Web.UI.WebControls Namespace