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.v14.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