Gets or sets the bottom left overview.

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

Syntax

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

Field Value

The bottom left overview.

See Also