Back to Devexpress

PivotGridControl.FixedLineWidth Property

windowsforms-devexpress-dot-xtrapivotgrid-dot-pivotgridcontrol-b789c1f0.md

latest1.5 KB
Original Source

PivotGridControl.FixedLineWidth Property

Gets or sets the width of pinned columns separators.

Namespace : DevExpress.XtraPivotGrid

Assembly : DevExpress.XtraPivotGrid.v25.2.dll

NuGet Package : DevExpress.Win.PivotGrid

Declaration

csharp
[DefaultValue(2)]
[DXCategory("Appearance")]
[XtraSerializableProperty(XtraSerializationFlags.AutoScaleX)]
public int FixedLineWidth { get; set; }
vb
<DefaultValue(2)>
<DXCategory("Appearance")>
<XtraSerializableProperty(XtraSerializationFlags.AutoScaleX)>
Public Property FixedLineWidth As Integer

Property Value

TypeDefaultDescription
Int322

An integer value that specifies the width of vertical lines that separate pinned columns from others. The value is set in pixels.

|

See Also

PivotGridControl Class

PivotGridControl Members

DevExpress.XtraPivotGrid Namespace