ASPxPagerBase.AllButton Property
Gets the All button's settings.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v20.2.dll
Declaration
public virtual AllButtonProperties AllButton { get; }
Public Overridable ReadOnly Property AllButton As AllButtonProperties
Property Value
Type | Description |
---|---|
AllButtonProperties | An AllButtonProperties object that contains the All button's settings. |
Available values:
Name | Description |
---|---|
AllButtonProperties(IPropertiesOwner, Boolean, String) | Initializes a new instance of the AllButtonProperties class with the specified settings. |
AllButtonProperties(IPropertiesOwner, Boolean) | Initializes a new instance of the AllButtonProperties class. |
AllButtonProperties(IPropertiesOwner) | Initializes a new instance of the AllButtonProperties class with the specified owner. |
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
Feedback