Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

XRPivotGridOptionsView.FilterSeparatorBarPadding Property

Specifies the distance from the separator line to the adjacent areas.

Namespace: DevExpress.XtraReports.UI.PivotGrid

Assembly: DevExpress.XtraReports.v24.2.dll

NuGet Package: DevExpress.Reporting.Core

#Declaration

[Browsable(false)]
public int FilterSeparatorBarPadding { get; set; }

#Property Value

Type Description
Int32

An integer value which specifies the distance from the separator line to the adjacent areas. The default is 1.

#Property Paths

You can access this nested property as listed below:

Object Type Path to FilterSeparatorBarPadding
XRPivotGrid
.OptionsView .FilterSeparatorBarPadding

#Remarks

The Filter Header Area Separator is a horizontal line that separates the Filter Header Area from the rest of the Pivot Grid control.

FilterSeparatorBarPadding

The FilterSeparatorBarPadding property specifies the distance (in pixels) from the separator line to the adjacent areas.

See Also