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