Specifies the ALIASED text that is resolved in runtime. It's used in Runtime to keep a state of the column text

Namespace: Ico.Gdx
Assembly: GdxViewControl (in GdxViewControl.dll) Version: 10.97.212.0 (10.97.212.00)

Syntax

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

See Also