Table of Contents

TTMSFNCDataGridColumnOptions Class

Column-level options extending TTMSFNCDataGridColumnRowOptions with column-specific settings such as automatic check-all in fixed rows and tree node column index.

API unit family: TMSFNCDataGridRenderer Inherits from: TTMSFNCDataGridColumnRowOptions

Syntax

TTMSFNCDataGridColumnOptions = class(TTMSFNCDataGridColumnRowOptions)

Properties

Name Description
FixedAutoCheckAll When True (default), clicking the checkbox in a fixed header cell of a checkbox column toggles all checkboxes in that column.
NodeIndex Zero-based index of the column that displays the tree expand/collapse node control when the grid is in tree mode. Default is 0 (the first column).
Stretching Stretching settings that control how remaining width or height is distributed to this column or row. (inherited from TTMSFNCDataGridColumnRowOptions)

Used by