Skip to main content

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.v23.2.dll

NuGet Packages: DevExpress.Win.Navigation, DevExpress.Win.TreeList

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