TreeList.NonColumnFilterCriteria Property
Gets a CriteriaOperator-based filter applied to the TreeList and not associated with any column.
Namespace: DevExpress.XtraTreeList
Assembly: DevExpress.XtraTreeList.v24.1.dll
NuGet Packages: DevExpress.Win.Navigation, DevExpress.Win.TreeList
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