Skip to main content

CustomColumnFilterListEventArgs.Column Property

Gets or sets a column which owns the processed cell.

Namespace: DevExpress.Xpf.Grid.TreeList

Assembly: DevExpress.Xpf.Grid.v23.2.dll

NuGet Package: DevExpress.Wpf.Grid.Core

Declaration

public TreeListColumn Column { get; set; }

Property Value

Type Description
TreeListColumn

A TreeListColumn object that is the column which owns the processed cell.

See Also