TcxGridScrollbarAnnotationOptions.ShowErrors Property
Specifies if a grid View marks validation errors on a scrollbar.
Declaration
property ShowErrors: Boolean index 4 read; write;
Property Value
Type |
---|
Boolean |
Remarks
Handle a grid item‘s OnValidateDrawValue event to define error criteria for this item. A grid View denotes all validation errors on a scrollbar if both the Active and ShowErrors properties are set to True.
The ShowErrors property’s default value is True.
See Also