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

FixedColumnStyle Enum

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

Namespace: DevExpress.XtraPivotGrid

Assembly: DevExpress.PivotGrid.v20.2.Core.dll

NuGet Packages: DevExpress.PivotGrid.Core, DevExpress.WindowsDesktop.PivotGrid.Core

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