Skip to main content
A newer version of this page is available. .

PivotGridAppearances.FixedLine Property

Gets the appearance settings used to paint fixed lines.

Namespace: DevExpress.XtraPivotGrid

Assembly: DevExpress.XtraPivotGrid.v20.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