FixedColumnStyle Enum
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
Declaration
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