TTMSFNCDataGridBandingOptions Class
Controls alternating row-band colouring. When enabled, rows are grouped into normal and band groups, each spanning one or more rows, and rendered using the
CellAppearance.BandLayout.
API unit family: TMSFNCDataGridRenderer
Inherits from: TPersistent
Syntax
TTMSFNCDataGridBandingOptions = class(TPersistent)
Properties
| Name | Description |
|---|---|
| BandRowCount | Number of consecutive rows that are rendered with CellAppearance.BandLayout before reverting to normal. Default is 1. |
| Enabled | Enables alternating band colouring. Default is False. |
| NormalRowCount | Number of consecutive rows that are rendered with the normal layout between each band group. Default is 1. |
Methods
| Name | Description |
|---|---|
| Changed | Notifies the owner that the banding settings changed. |