PagerStyles Properties
Contains settings that allow you to specify the ASPxPager appearance.Name | Description |
---|---|
Button | Gets the style settings used to paint navigation buttons within the pager. |
CssFilePath | Gets or sets the path to a CSS file that defines the web control’s appearance. Inherited from StylesBase. |
CssPostfix | Gets or sets a CSS class name postfix that identifies style settings to be applied to the control. Inherited from StylesBase. |
CurrentPageNumber | Gets the style settings used to paint the current page number within the pager. |
DisabledButton | Gets the style settings used to paint disabled navigation buttons within the pager. |
Ellipsis | Gets the style settings used to paint the ellipsis within the pager. |
EnableDefaultAppearance | Obsolete. Specifies whether to enable the control’s default appearance. Inherited from StylesBase. |
PageNumber | Gets the style settings used to paint page numbers within the pager. |
Pager | Gets the style settings defining the appearance of the pager. |
PageSizeItem | Gets the style settings defining the appearance of Page Size Item element within the pager. |
Summary | Gets the style settings used to paint the summary information (such as which page is selected, the total number of pages) within the pager. |
Theme | Gets or sets the name of the Theme to be applied to a web control. Inherited from StylesBase. |
See Also