Skip to main content

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

NuGet Package: DevExpress.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