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

TreeList.NonColumnFilterCriteria Property

Gets a CriteriaOperator-based filter applied to the TreeList and not associated with any column.

Namespace: DevExpress.XtraTreeList

Assembly: DevExpress.XtraTreeList.v18.2.dll

Declaration

[Browsable(false)]
[XtraSerializableProperty(XtraSerializationVisibility.Hidden)]
public CriteriaOperator NonColumnFilterCriteria { get; }

Property Value

Type Description
CriteriaOperator

A CriteriaOperator object that specifies a filter applied to the TreeList and not associated with any column.

See Also