Click or drag to resize
CellControlText Property
Gets the control text displayed in the cell.

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

Property Value

Type: String
The control text displayed in the cell.
Remarks
This text may not have been committed to the grid. To obtain the value actually stored in the grid, use Style.Value property.
See Also