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

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

NuGet Package: DevExpress.Win.PivotGrid

#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