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

TreeList.NonColumnFilterString Property

Gets the text representation of the 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 string NonColumnFilterString { get; }

Property Value

Type Description
String

The text representation of the filter that is not associated with any Tree List column.

See Also