NumericPagerField::NextPreviousButtonCssClass Property
Gets or sets the cascading style sheet (CSS) class that is used to style the next-page and previous-page buttons of the pager field.
Assembly: System.Web.Extensions (in System.Web.Extensions.dll)
public: property String^ NextPreviousButtonCssClass { String^ get(); void set(String^ value); }
Property Value
Type: System::String^The CSS class that is used to style the next-page and previous-page buttons of the pager field. The default is an empty string (""), which indicates that the NextPreviousButtonCssClass property is not set.
The next-page and previous-page buttons are displayed by the NumericPagerField class to let users access other pages of data when the total number of pages is greater than the value specified in the ButtonCount property. The NextPreviousButtonCssClass property is always rendered as a class attribute, regardless of the browser.
Note |
|---|
On browsers that do not support CSS, setting the NextPreviousButtonCssClass property has no effect. |
The value of this property is stored in view state.
The following example shows how to specify a CSS class to style the next-page and previous-page buttons in the NumericPagerField object of a DataPager control.
Available since 3.5
