Table of Contents

TTMSFNCDataGridSelectionOptions Class

Controls how the user can select cells in the grid: selection mode, range behaviour, AutoFill, and whether selection is indicated in fixed header cells.

API unit family: TMSFNCDataGridRenderer Inherits from: TPersistent

Syntax

TTMSFNCDataGridSelectionOptions = class(TPersistent)

Properties

Name Description
AutoFill When True, a small handle appears at the bottom-right of the selection that the user can drag to auto-fill adjacent cells. Default is False.
Mode The selection mode that controls whether the user can select single cells, rows, columns, ranges, or disjunct groups.
RangeType Determines how the focused cell behaves when a range selection is extended by keyboard or mouse.
ShowSelectionInFixedCells When True, fixed header/footer cells are highlighted to indicate which rows or columns are currently selected. Default is False.

Methods

Name Description
Changed Notifies the owner that the selection options changed.
ChangedRebuild Notifies the owner that the selection options changed and the grid layout must be rebuilt.

Used by