BootstrapGridViewDataColumn.Settings Property
Provides access to the column’s options.
Namespace: DevExpress.Web.Bootstrap
Assembly: DevExpress.Web.Bootstrap.v24.1.dll
NuGet Package: DevExpress.Web.Bootstrap
Declaration
[PersistenceMode(PersistenceMode.InnerProperty)]
public BootstrapGridViewDataColumnSettings Settings { get; }
Property Value
Type | Description |
---|---|
BootstrapGridViewDataColumnSettings | A BootstrapGridViewDataColumnSettings object that contains the column’s options. |
Remarks
The object returned provides a set of options that specify which elements of a column’s functionality are available to end-users.
See Also