ShowFilterPanelMode Enum
In This Article
Contains values that specify when the Filter Panel is visible.
Namespace: DevExpress.XtraTreeList
Assembly: DevExpress.XtraTreeList.v24.2.dll
NuGet Packages: DevExpress.Win.Navigation, DevExpress.Win.TreeList
#Declaration
#Members
Name | Description |
---|---|
Default
|
The Filter Panel is shown when a filter is applied to the control. Otherwise, the Filter Panel is hidden. |
Show
|
The Filter Panel is always shown at the bottom of the control. |
Never
|
The Filter Panel is hidden. |
#Related API Members
The following properties accept/return ShowFilterPanelMode values:
#Remarks
Use the TreeListOptionsView.ShowFilterPanelMode property to specify the Filter Panel‘s display mode.
See Also