Back to Devexpress

VGridAppearanceCollection.FilterPanel Property

windowsforms-devexpress-dot-xtraverticalgrid-dot-vgridappearancecollection-5ebaea7a.md

latest1.9 KB
Original Source

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.v25.2.dll

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

Declaration

csharp
public AppearanceObject FilterPanel { get; }
vb
Public ReadOnly Property FilterPanel As AppearanceObject

Property Value

TypeDescription
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

ShowFilterPanelMode

VGridAppearanceCollection Class

VGridAppearanceCollection Members

DevExpress.XtraVerticalGrid Namespace