ASPxPagerBase.AllButton Property
In This Article
Gets the All button’s settings.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v25.1.dll
#Declaration
public virtual AllButtonProperties AllButton { get; }
#Property Value
Type | Description |
---|---|
All |
An All |
#Remarks
Clicking the All button displays the content of all the pages within a view. Use the AllButton property to specify the button’s text, image and visibility.
See Also