Click or drag to resize
StyleFloodCell Property
Gets or sets the flood cell property.

Namespace: Stingray.Grid
Assembly: Stingray.GridControl (in Stingray.GridControl.dll) Version: 14.0.0.0
Syntax
[DefaultValueAttribute(true)]
public bool FloodCell { get; set; }

Property Value

Type: Boolean
true if hiding the cell by another floating cell is allowed; false otherwise.
See Also