A newer version of this page is available.
Switch to the current version.
BootstrapGridViewColumnDisplayTextEventArgs.Column Property
Gets the data column that contains the cell currently being processed.
Namespace: DevExpress.Web.Bootstrap
Assembly: DevExpress.Web.Bootstrap.v18.2.dll
Declaration
public BootstrapGridViewDataColumn Column { get; }
Public ReadOnly Property Column As BootstrapGridViewDataColumn
Property Value
Type | Description |
---|---|
BootstrapGridViewDataColumn | A BootstrapGridViewDataColumn descendant that represents the data column which contains the processed cell. |
See Also
Feedback