Style
Specifies style of headers and footers in grid.
pas
property Style: TNxAppearanceStyle read FStyle write SetStyle default stNative;
Name | Description |
---|---|
stNative | System (Windows) styling is used for drawing grid elements. |
stModern | Style similar to Microsoft Office is used. |
stUserDefined | Colors are defined by UserDefinedColorPalette property. |
Remarks
If
stUserDefined
is set as the value, UserDefinedColorPalette
property and it's sub-properties can be used for fine tuning elements of grid.