Skip to main content

BootstrapGridViewColumnDisplayTextEventArgs.Column Property

Gets the data column that contains the cell currently being processed.

Namespace: DevExpress.Web.Bootstrap

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

NuGet Package: DevExpress.Web.Bootstrap

Declaration

public BootstrapGridViewDataColumn Column { get; }

Property Value

Type Description
BootstrapGridViewDataColumn

A BootstrapGridViewDataColumn descendant that represents the data column which contains the processed cell.

See Also