Click or drag to resize
StyleIncludePlaces Property
Gets or sets whether the Places 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 IncludePlaces { get; set; }

Property Value

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