Library Vcl NextSuite 6 NextGrid6 Reference Classes TNxColumn6 EmptyCaption

EmptyCaption

Specifies a text shown inside cells when cell is empty.

pas
property EmptyCaption: WideString read GetEmptyCaption write SetEmptyCaption;

Remarks

HideWhenEmpty property must be set to True in order to show EmptyCaption string in all empty cells.

Example

pas
NxDateColumn61.EmptyValue := 0;
NxDateColumn61.EmptyCaption := 'none';

Sign in