BootstrapGridViewDataColumnSettings Class
In This Article
Provides options for data columns.
Namespace: DevExpress.Web.Bootstrap
Assembly: DevExpress.Web.Bootstrap.v24.2.dll
NuGet Package: DevExpress.Web.Bootstrap
#Declaration
public class BootstrapGridViewDataColumnSettings :
GridViewDataColumnSettings
#Related API Members
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
Object
StateManager
GridDataColumnSettings
GridViewDataColumnSettings
BootstrapGridViewDataColumnSettings
See Also