A newer version of this page is available.
Switch to the current version.
BootstrapCardViewPagerSettings.PageSizeItemSettings Property
Gets the Page Size Item element's settings.
Namespace: DevExpress.Web.Bootstrap
Assembly: DevExpress.Web.Bootstrap.v18.2.dll
Declaration
[PersistenceMode(PersistenceMode.InnerProperty)]
public BootstrapCardViewPageSizeItemSettings PageSizeItemSettings { get; }
<PersistenceMode(PersistenceMode.InnerProperty)>
Public ReadOnly Property PageSizeItemSettings As BootstrapCardViewPageSizeItemSettings
Property Value
Type | Description |
---|---|
BootstrapCardViewPageSizeItemSettings | A BootstrapCardViewPageSizeItemSettings object that contains settings. |
Property Paths
You can access this nested property as listed below:
Object Type | Path to PageSizeItemSettings |
---|---|
BootstrapCardView |
|
Remarks
Use the PageSizeItemSettings property to access and customize the settings that relate to page size item.
See Also
Feedback