Gets or sets the format.

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

Syntax

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

Field Value

The format.

See Also