TreeListCustomizeFilterMenuEventArgs.DataColumn Property
Specifies the column that corresponds to the processed filter menu.
Namespace: DevExpress.Blazor
Assembly: DevExpress.Blazor.v24.2.dll
NuGet Package: DevExpress.Blazor
Declaration
public ITreeListDataColumn DataColumn { get; }
Property Value
Type | Description |
---|---|
ITreeListDataColumn | The data column. |
See Also