Skip to main content
All docs
V25.1
  • FixedColumnStyle Enum

    Lists values that specify whether to pin columns to the left or the right edge.

    Namespace: DevExpress.XtraPivotGrid

    Assembly: DevExpress.PivotGrid.v25.1.Core.dll

    NuGet Packages: DevExpress.PivotGrid.Core, DevExpress.Win.Navigation

    Declaration

    [ResourceFinder(typeof(ResFinder), "PropertyNamesRes")]
    public enum FixedColumnStyle

    Members

    Name Description
    FixedLeft

    Determines that columns are pinned to the left edge.

    FixedRight

    Determines that columns are pinned to the right edge.

    Related API Members

    The following properties accept/return FixedColumnStyle values:

    See Also