TcxGridTableView.VisibleColumnCountByFixedKind Property
Returns the number of fixed columns in the specified column anchor mode.
Declaration
property VisibleColumnCountByFixedKind[AKind: TcxGridColumnFixedKind]: Integer read;
Property Value
Type | Description |
---|---|
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