Skip to main content

FixedColumnStyle Enum

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

Namespace: DevExpress.XtraPivotGrid

Assembly: DevExpress.PivotGrid.v23.2.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