FixedColumnStyle Enum
In This Article
Lists values that specify whether to pin columns to the left or the right edge.
Namespace: DevExpress.XtraPivotGrid
Assembly: DevExpress.PivotGrid.v24.2.Core.dll
NuGet Packages: DevExpress.PivotGrid.Core, DevExpress.Win.Navigation
#Declaration
#Members
Name | Description |
---|---|
Fixed
|
Determines that columns are pinned to the left edge. |
Fixed
|
Determines that columns are pinned to the right edge. |
#Related API Members
The following properties accept/return FixedColumnStyle values:
See Also