Skip to main content

PivotGridAppearances.FixedLine Property

Gets the appearance settings used to paint fixed lines.

Namespace: DevExpress.XtraPivotGrid

Assembly: DevExpress.XtraPivotGrid.v23.2.dll

NuGet Package: DevExpress.Win.PivotGrid

Declaration

public AppearanceObject FixedLine { get; }

Property Value

Type Description
AppearanceObject

An AppearanceObject that contains the appearance settings used to paint fixed lines.

See Also