A newer version of this page is available.
Switch to the current version.
BootstrapCardViewColumn.SettingsHeaderFilter Property
Provides access to the column's header filter settings.
Namespace: DevExpress.Web.Bootstrap
Assembly: DevExpress.Web.Bootstrap.v18.2.dll
Declaration
[PersistenceMode(PersistenceMode.InnerProperty)]
public BootstrapCardViewDataColumnHeaderFilterSettings SettingsHeaderFilter { get; }
<PersistenceMode(PersistenceMode.InnerProperty)>
Public ReadOnly Property SettingsHeaderFilter As BootstrapCardViewDataColumnHeaderFilterSettings
Property Value
Type | Description |
---|---|
BootstrapCardViewDataColumnHeaderFilterSettings | A BootstrapCardViewDataColumnHeaderFilterSettings object that contains the header filter settings. |
See Also
Feedback