Back to Devexpress

ShowFilterPanelMode Enum

windowsforms-devexpress-dot-xtratreelist-9d76d47f.md

latest1.8 KB
Original Source

ShowFilterPanelMode Enum

Contains values that specify when the Filter Panel is visible.

Namespace : DevExpress.XtraTreeList

Assembly : DevExpress.XtraTreeList.v25.2.dll

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

Declaration

csharp
public enum ShowFilterPanelMode
vb
Public Enum ShowFilterPanelMode

Members

NameDescription
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.

|

The following properties accept/return ShowFilterPanelMode values:

Remarks

Use the TreeListOptionsView.ShowFilterPanelMode property to specify the Filter Panel‘s display mode.

See Also

ShowFilterPanelMode

DevExpress.XtraTreeList Namespace