Gets or sets the text.

Namespace: Ico.Awx.DataGrid
Assembly: AwxViewControl (in AwxViewControl.dll) Version: 10.97.212.0 (10.97.212.00)

Syntax

C#
string Text { get; set; }
Visual Basic
Property Text As String
	Get
	Set
JScript
function get Text () : String
function set Text (value : String)

Field Value

The text.

See Also