TTMSFNCDataGridHeaderFooterBar Class
Optional toolbar strip rendered inside a header or footer area. Contains a collection of buttons and exposes Fill and Stroke appearance properties.
API unit family: TMSFNCDataGrid
Inherits from: TPersistent
Syntax
TTMSFNCDataGridHeaderFooterBar = class(TPersistent)
Properties
| Name | Description |
|---|---|
| Buttons | Collection of buttons rendered on the toolbar bar. |
| Fill | Background fill of the toolbar bar. |
| Size | Height in logical pixels of the toolbar bar inside the header or footer. Default is 30. |
| Stroke | Border stroke of the toolbar bar. |
| Visible | When True, the toolbar bar is rendered inside the header or footer area. Default is False. |