Back to Devexpress

ColumnViewPrintAppearances.FilterPanel Property

windowsforms-devexpress-dot-xtragrid-dot-views-dot-base-dot-columnviewprintappearances.md

latest1.8 KB
Original Source

ColumnViewPrintAppearances.FilterPanel Property

Gets the appearance settings used to paint the filter panel when the grid is printed.

Namespace : DevExpress.XtraGrid.Views.Base

Assembly : DevExpress.XtraGrid.v25.2.dll

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

Declaration

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

Property Value

TypeDescription
AppearanceObject

A AppearanceObject object which provides the appearance settings used to paint the filter panel when the grid is printed.

|

Remarks

Refer to the Appearance and Conditional Formatting document for more information on appearances.

See Also

ColumnViewPrintAppearances Class

ColumnViewPrintAppearances Members

DevExpress.XtraGrid.Views.Base Namespace