Back to Devexpress

TcxGridColumnFixedKind Enum

vcl-cxgridtableview-7df90420.md

latest1.6 KB
Original Source

TcxGridColumnFixedKind Enum

Enumerates grid column anchor modes.

Declaration

delphi
TcxGridColumnFixedKind = (
    fkNone,
    fkLeft,
    fkRight,
    fkLeftDynamic
);

Members

NameDescriptionExample
fkNone

A column is scrollable.

|

| | fkLeft |

A Table View column or Banded Table View band is anchored to the grid View’s left border or the last column or band anchored to the left.

|

| | fkRight |

A Table View column or Banded Table View band is anchored to the grid View’s right border or the last column or band anchored to the right.

|

| | fkLeftDynamic |

A Table View column or Banded Table View band can move freely to the right (when a user scrolls the grid View to the left), but docks to the left when a user scrolls to the right.

|

|

Remarks

A grid column’s FixedKind property references the TcxGridColumnFixedKind type.

See Also

cxGridTableView Unit