Objective Grid for Microsoft® .NET® Reference Guide

Cell.ControlText Property

Back to Class Index

Gets the control text displated in the cell.     

[Visual Basic]
Public ReadOnly Property ControlText As String
[C#]
public string ControlText {get;}

Remarks

    

This text may not have been committed to the grid. To obtain the value actually stored in the grid, use the Cell.Style.Value property.     

    

See Also

Cell Class | Cell Members | Stingray.Grid Namespace