BootstrapCardViewPagerSettings.AllButton Property
Gets the All button’s settings.
Namespace: DevExpress.Web.Bootstrap
Assembly: DevExpress.Web.Bootstrap.v24.1.dll
NuGet Package: DevExpress.Web.Bootstrap
Declaration
[PersistenceMode(PersistenceMode.InnerProperty)]
public BootstrapAllButtonProperties AllButton { get; }
Property Value
Type | Description |
---|---|
BootstrapAllButtonProperties | A BootstrapAllButtonProperties object that contains the All button’s settings. |
Property Paths
You can access this nested property as listed below:
Object Type | Path to AllButton |
---|---|
BootstrapCardView |
|
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