Skip to main content

ASPxTreeList.IsFilterControlVisible Property

Indicates whether the Filter Control is displayed.

Namespace: DevExpress.Web.ASPxTreeList

Assembly: DevExpress.Web.ASPxTreeList.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

[DefaultValue(false)]
public bool IsFilterControlVisible { get; set; }

Property Value

Type Default Description
Boolean false

true, if the filter control is displayed; otherwise, false.

Remarks

Related methods:

*

Note

Online Demos Refer to the Tree List - Filter Control online demo to review how to filter Tree List data nodes using the Filter Control.

See Also