Skip to main content
All docs
V24.1

TreeListCustomizeElementEventArgs.Column Property

Returns the column that corresponds to the processed cell.

Namespace: DevExpress.Blazor

Assembly: DevExpress.Blazor.v24.1.dll

NuGet Package: DevExpress.Blazor

Declaration

public ITreeListColumn Column { get; }

Property Value

Type Description
ITreeListColumn

The column.

Remarks

For more information and examples, refer to the CustomizeElement event’s description.

See Also