Skip to main content
All docs
V25.1
  • PivotGridAppearances.FixedLine Property

    Gets the appearance settings used to paint fixed lines.

    Namespace: DevExpress.XtraPivotGrid

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