VGridAppearanceCollection.FilterPanel Property
In This Article
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.v24.2.dll
NuGet Packages: DevExpress.Win.Navigation, DevExpress.Win.VerticalGrid
#Declaration
public AppearanceObject FilterPanel { get; }
#Property Value
Type | Description |
---|---|
Appearance |
An Appearance |
#Remarks
To specify when the filter panel is shown, use the VGridOptionsView.ShowFilterPanelMode property.
See Also