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.v24.1.dll
NuGet Packages: DevExpress.Win.Navigation, DevExpress.Win.VerticalGrid
Declaration
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