Back to Devexpress

PivotGridOptionsView.FilterSeparatorBarPadding Property

windowsforms-devexpress-dot-xtrapivotgrid-dot-pivotgridoptionsview-c69cd79f.md

latest2.3 KB
Original Source

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

NuGet Package : DevExpress.Win.PivotGrid

Declaration

csharp
[DefaultValue(1)]
[XtraSerializableProperty]
public int FilterSeparatorBarPadding { get; set; }
vb
<DefaultValue(1)>
<XtraSerializableProperty>
Public Property FilterSeparatorBarPadding As Integer

Property Value

TypeDefaultDescription
Int321

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 TypePath 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.

See Also

ShowFilterSeparatorBar

PivotGridOptionsView Class

PivotGridOptionsView Members

DevExpress.XtraPivotGrid Namespace