A newer version of this page is available.
Switch to the current version.
TreeList.NonColumnFilterCriteria Property
Gets a CriteriaOperator-based filter applied to the TreeList and not associated with any column.
Namespace: DevExpress.XtraTreeList
Assembly: DevExpress.XtraTreeList.v19.2.dll
Declaration
[Browsable(false)]
[XtraSerializableProperty(XtraSerializationVisibility.Hidden)]
public CriteriaOperator NonColumnFilterCriteria { get; }
<Browsable(False)>
<XtraSerializableProperty(XtraSerializationVisibility.Hidden)>
Public ReadOnly Property NonColumnFilterCriteria As CriteriaOperator
Property Value
Type | Description |
---|---|
CriteriaOperator | A CriteriaOperator object that specifies a filter applied to the TreeList and not associated with any column. |
See Also
Feedback