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

VGridAppearanceCollection.FilterPanel Property

Provides access to the appearance settings used to paint the filter panel (shown when a filter is applied to the data, allowing end-users to customize the filter).

Namespace: DevExpress.XtraVerticalGrid

Assembly: DevExpress.XtraVerticalGrid.v19.2.dll

Declaration

public AppearanceObject FilterPanel { get; }

Property Value

Type Description
AppearanceObject

An AppearanceObject object that specifies the appearance settings used to paint the filter panel.

Remarks

To specify when the filter panel is shown, use the VGridOptionsView.ShowFilterPanelMode property.

See Also