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

    Gets the appearance settings used to paint fixed lines.

    Namespace: DevExpress.XtraPivotGrid

    Assembly: DevExpress.XtraPivotGrid.v26.1.dll

    Declaration

    public AppearanceObject FixedLine { get; }

    Property Value

    Type Description
    AppearanceObject

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

    See Also