Back to Devexpress

TcxGridTableView.VisibleColumnCountByFixedKind Property

vcl-cxgridtableview-dot-tcxgridtableview-25621492.md

latest1023 B
Original Source

TcxGridTableView.VisibleColumnCountByFixedKind Property

Returns the number of fixed columns in the specified column anchor mode.

Declaration

delphi
property VisibleColumnCountByFixedKind[AKind: TcxGridColumnFixedKind]: Integer read;

Property Value

TypeDescription
Integer

The number of fixed columns in the specified anchor mode.

|

Remarks

Pass a column anchor mode identifier as the AKind parameter to identify the number of columns in the corresponding state. Refer to the TcxGridColumnFixedKind type description for information on available options.

See Also

TcxGridTableView Class

TcxGridTableView Members

cxGridTableView Unit