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

TreeListColumn.FilterInfo Property

Gets an object specifying custom filter criteria.

Namespace: DevExpress.XtraTreeList.Columns

Assembly: DevExpress.XtraTreeList.v18.2.dll

Declaration

[Browsable(false)]
public TreeListColumnFilterInfo FilterInfo { get; set; }

Property Value

Type Description
DevExpress.XtraTreeList.Columns.TreeListColumnFilterInfo

A DevExpress.XtraTreeList.Columns.TreeListColumnFilterInfo object specifying the filter criteria to be applied.

See Also