ASPxPagerBase.PageNumberStyle Property
Gets the style settings used to paint page numbers.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v20.2.dll
Declaration
public virtual PagerTextStyle PageNumberStyle { get; }
Public Overridable ReadOnly Property PageNumberStyle As PagerTextStyle
Property Value
Type | Description |
---|---|
PagerTextStyle | A PagerTextStyle object that contains style settings. |
Available values:
Name | Description |
---|---|
PagerTextStyle() | Initializes a new instance of the PagerTextStyle class. |
See Also
Feedback