Click or drag to resize
StyleIncludeFormat Property
Gets or sets whether the Format property is set.

Namespace: Stingray.Grid
Assembly: Stingray.GridControl (in Stingray.GridControl.dll) Version: 14.0.0.0
Syntax
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)]
[BrowsableAttribute(false)]
public bool IncludeFormat { get; set; }

Property Value

Type: Boolean
true if the Format property is set and false otherwise.
See Also