Skip to main content

TreeListOptionsFilter() Constructor

Initializes a new instance of the TreeListOptionsFilter class.

Namespace: DevExpress.XtraTreeList

Assembly: DevExpress.XtraTreeList.v23.2.dll

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

Declaration

[EditorBrowsable(EditorBrowsableState.Never)]
public TreeListOptionsFilter()

Remarks

This constructor is automatically called when a TreeList object or its descendant initializes its TreeList.OptionsFilter property.

See Also