Library Vcl NextSuite 6 NextGrid6 Reference Classes TNxCustomGrid6 Style

Style

Specifies style of headers and footers in grid.

pas
property Style: TNxAppearanceStyle read FStyle write SetStyle default stNative;

NameDescription
stNativeSystem (Windows) styling is used for drawing grid elements.
stModernStyle similar to Microsoft Office is used.
stUserDefinedColors 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.

Sign in