BootstrapGridViewDataColumn.SettingsHeaderFilter Property
Provides access to the column’s header filter settings.
Namespace: DevExpress.Web.Bootstrap
Assembly: DevExpress.Web.Bootstrap.v24.1.dll
NuGet Package: DevExpress.Web.Bootstrap
Declaration
[PersistenceMode(PersistenceMode.InnerProperty)]
public BootstrapGridViewDataColumnHeaderFilterSettings SettingsHeaderFilter { get; }
Property Value
Type | Description |
---|---|
BootstrapGridViewDataColumnHeaderFilterSettings | A BootstrapGridViewDataColumnHeaderFilterSettings object that contains the header filter settings. |
See Also