PivotGridAppearances.HeaderFilterButtonActive Property
In This Article
Gets the appearance settings used to paint the filter buttons displayed within the field headers that are involved in filtering.
Namespace: DevExpress.XtraPivotGrid
Assembly: DevExpress.XtraPivotGrid.v24.2.dll
NuGet Package: DevExpress.Win.PivotGrid
#Declaration
public AppearanceObject HeaderFilterButtonActive { get; }
#Property Value
Type | Description |
---|---|
Appearance |
A Appearance |
#Remarks
The appearance settings provided by the HeaderFilterButtonActive property are ignored if a Pivot Grid Control is painted in the WindowsXP, Office2003 or Skin style.
For more information on appearances, see the Appearances topic.
See Also