Click or drag to resize
StyleFloatCell Property
Gets or sets the float cell property.

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

Property Value

Type: Boolean
true if cells can float over other cells; false if this is not allowed.
See Also