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

XRPivotGridOptionsView.FilterSeparatorBarPadding Property

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

Namespace: DevExpress.XtraReports.UI.PivotGrid

Assembly: DevExpress.XtraReports.v18.2.dll

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