Click or drag to resize
StyleValidateMessage Property
Gets or sets the message to be displayed if the Style value is invalid.

Namespace: Stingray.Grid
Assembly: Stingray.GridControl (in Stingray.GridControl.dll) Version: 14.0.0.0
Syntax
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)]
[DefaultValueAttribute("")]
public string ValidateMessage { get; set; }

Property Value

Type: String
The message to be displayed if the Style value is invalid.
See Also