Skip to main content
A newer version of this page is available. .

CustomColumnFilterListEventArgs.Column Property

Gets or sets a column which owns the processed cell.

Namespace: DevExpress.Xpf.Grid.TreeList

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

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