ASPxTreeList.IsFilterControlVisible Property
Indicates whether the Filter Control is displayed.
Namespace: DevExpress.Web.ASPxTreeList
Assembly: DevExpress.Web.ASPxTreeList.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
Property Value
Type | Default | Description |
---|---|---|
Boolean | false |
|
Remarks
Related methods:
- ASPxTreeList.ShowFilterControl - Invokes the filter control.
- ASPxTreeList.HideFilterControl - Hides the filter control
*
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