General Information
.NET Subscription
Desktop
Web
Controls and Extensions
Mainteinance Mode
Enterprise and Analytic Tools
Quality Assurance and Productivity
Frameworks and Libraries
All docs
V19.2
General Information
.NET Subscription
Desktop
Web
Controls and Extensions
Mainteinance Mode
Enterprise and Analytic Tools
Quality Assurance and Productivity
Frameworks and Libraries
19.2
19.1
18.2
18.1
17.2
BootstrapCardViewPagerSettings.PageSizeItemSettings Property
Gets the Page Size Item element's settings.
Namespace: DevExpress.Web.Bootstrap
Assembly: DevExpress.Web.Bootstrap.v19.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. |
Remarks
Use the PageSizeItemSettings property to access and customize the settings that relate to page size item.
See Also
Feedback