Back to Devexpress

PivotGridOptionsViewBase.ShowFilterSeparatorBar Property

corelibraries-devexpress-dot-xtrapivotgrid-dot-pivotgridoptionsviewbase-c6f9786c.md

latest1.8 KB
Original Source

PivotGridOptionsViewBase.ShowFilterSeparatorBar Property

Gets or sets whether the horizontal line that separates the Filter Header Area from the Data Area and Column Header Area is displayed.

Namespace : DevExpress.XtraPivotGrid

Assembly : DevExpress.PivotGrid.v25.2.Core.dll

NuGet Packages : DevExpress.PivotGrid.Core, DevExpress.Win.Navigation

Declaration

csharp
[DefaultValue(true)]
public bool ShowFilterSeparatorBar { get; set; }
vb
<DefaultValue(True)>
Public Property ShowFilterSeparatorBar As Boolean

Property Value

TypeDefaultDescription
Booleantrue

true to display the separator; otherwise, false.

|

See Also

FilterSeparatorBarPadding

PivotGridOptionsViewBase Class

PivotGridOptionsViewBase Members

DevExpress.XtraPivotGrid Namespace