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

PivotGridOptionsView.FilterSeparatorBarPadding Property

Gets or sets a value which specifies the distance from the separator line to the adjacent areas.

Namespace: DevExpress.XtraPivotGrid

Assembly: DevExpress.XtraPivotGrid.v19.1.dll

Declaration

[DefaultValue(1)]
[XtraSerializableProperty]
public int FilterSeparatorBarPadding { get; set; }

Property Value

Type Default Description
Int32 1

An integer value which specifies the distance from the separator line to the adjacent areas.

Property Paths

You can access this nested property as listed below:

Object Type Path to FilterSeparatorBarPadding
PivotGridControl
.OptionsView.FilterSeparatorBarPadding

Remarks

The Filter Header Area Separator separates the Filter Header Area from the rest of the PivotGrid control. It’s represented by a horizontal line. The FilterSeparatorBarPadding property specifies the distance (in pixels) from the separator line to the adjacent areas.

FilterSeparatorBarPadding

See Also