BootstrapGridViewTableDataCellEventArgs.DataColumn Property
Gets the data column that owns the cell currently being processed.
Namespace: DevExpress.Web.Bootstrap
Assembly: DevExpress.Web.Bootstrap.v24.1.dll
NuGet Package: DevExpress.Web.Bootstrap
Declaration
Property Value
Type | Description |
---|---|
BootstrapGridViewDataColumn | A BootstrapGridViewDataColumn descendant that represents the data column. |
See Also