Click or drag to resize
StyleIncludeMergeCell Property
Gets or sets the state of the MergeCell property.

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

Property Value

Type: Boolean
true if the MergeCell property is initialized and false otherwise.
See Also