TreeListCustomizeElementEventArgs.Column Property
In This Article
Returns the column that corresponds to the processed cell.
Namespace: DevExpress.Blazor
Assembly: DevExpress.Blazor.v24.2.dll
NuGet Package: DevExpress.Blazor
#Declaration
C#
public ITreeListColumn Column { get; }
#Property Value
Type | Description |
---|---|
ITree |
The column. |
#Remarks
For more information and examples, refer to the CustomizeElement event’s description.
See Also