Skip to main content
A newer version of this page is available. .

ShowFilterPanelMode Enum

Contains values that specify when the Filter Panel is visible.

Namespace: DevExpress.XtraTreeList

Assembly: DevExpress.XtraTreeList.v18.2.dll

Declaration

public enum ShowFilterPanelMode

Members

Name Description
Default

The Filter Panel is shown when a filter is applied to the control. Otherwise, the Filter Panel is hidden.

ShowAlways

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