ASPxGridViewCustomCellMergeEventArgs.Column Property
Gets the currently processed column.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v20.2.dll
Declaration
public GridViewDataColumn Column { get; }
Public ReadOnly Property Column As GridViewDataColumn
Property Value
Type | Description |
---|---|
GridViewDataColumn | A GridViewDataColumn descendant that is the processed column. |
See Also
Feedback