The Default settings of the grid when it goes in runtime mode

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

Syntax

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

See Also