Back to Devexpress

FixedColumnStyle Enum

corelibraries-devexpress-dot-xtrapivotgrid-e69f9b9a.md

latest1.3 KB
Original Source

FixedColumnStyle Enum

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

Namespace : DevExpress.XtraPivotGrid

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

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

Declaration

csharp
[ResourceFinder(typeof(ResFinder), "PropertyNamesRes")]
public enum FixedColumnStyle
vb
<ResourceFinder(GetType(ResFinder), "PropertyNamesRes")>
Public Enum FixedColumnStyle

Members

NameDescription
FixedLeft

Determines that columns are pinned to the left edge.

| | FixedRight |

Determines that columns are pinned to the right edge.

|

The following properties accept/return FixedColumnStyle values:

See Also

DevExpress.XtraPivotGrid Namespace