Skip to main content
A newer version of this page is available. .

XRPivotGridAppearances.FilterSeparator Property

OBSOLETE

This property is no longer used.

Gets the appearance settings used to print the filter header area separator.

Namespace: DevExpress.XtraReports.UI.PivotGrid

Assembly: DevExpress.XtraReports.v20.2.dll

NuGet Packages: DevExpress.Reporting.Core, DevExpress.WindowsDesktop.Reporting.Core

Declaration

[Browsable(false)]
[Obsolete("This property is no longer used.")]
public XRAppearanceObject FilterSeparator { get; }

Property Value

Type Description
XRAppearanceObject

An XRAppearanceObject object that provides the appearance settings used to print the filter header area separator.

See Also