XRPivotGridOptionsView.FilterSeparatorBarPadding Property
Specifies the distance from the separator line to the adjacent areas.
Namespace: DevExpress.XtraReports.UI.PivotGrid
Assembly: DevExpress.XtraReports.v24.2.dll
NuGet Package: DevExpress.Reporting.Core
Declaration
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 |
|
Remarks
The Filter Header Area Separator is a horizontal line that separates the Filter Header Area from the rest of the Pivot Grid control.
The FilterSeparatorBarPadding property specifies the distance (in pixels) from the separator line to the adjacent areas.
See Also