Back to Devexpress

TreeList.NonColumnFilterString Property

windowsforms-devexpress-dot-xtratreelist-dot-treelist-1d1a111c.md

latest1.7 KB
Original Source

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

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

Declaration

csharp
[Browsable(false)]
[XtraSerializableProperty(XtraSerializationVisibility.Hidden)]
public string NonColumnFilterString { get; }
vb
<Browsable(False)>
<XtraSerializableProperty(XtraSerializationVisibility.Hidden)>
Public ReadOnly Property NonColumnFilterString As String

Property Value

TypeDescription
String

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

|

See Also

AddFilter

NonColumnFilterCriteria

Filtering

TreeList Class

TreeList Members

DevExpress.XtraTreeList Namespace