[]
        
(Showing Draft Content)

GrapeCity.Win.Spread.InputMan.CellType.EditBase.Text

Text Property

Text

Gets or sets the text associated with this control.

Declaration
public override string Text { get; set; }
Public Overrides Property Text As String
Property Value
Type Description
string

The text displayed in the control.

Overrides
Remarks

The Text property retrieves the string value displayed on this control.

See Also