Skip to main content

BootstrapGridViewDataColumnSettings Class

Provides options for data columns.

Namespace: DevExpress.Web.Bootstrap

Assembly: DevExpress.Web.Bootstrap.v23.2.dll

NuGet Package: DevExpress.Web.Bootstrap

Declaration

public class BootstrapGridViewDataColumnSettings :
    GridViewDataColumnSettings

The following members return BootstrapGridViewDataColumnSettings objects:

Remarks

The BootstrapGridViewDataColumnSettings class provides a set of properties which specify how much of a column’s functionality is available to end-users. These options can be accessed via the BootstrapGridViewDataColumn.Settings property.

Inheritance

See Also