Share via


TwoColumnsLayout.Left Property

Gets the ViewModel instance that should be shown on the left.

Namespace:  Microsoft.Practices.EnterpriseLibrary.Configuration.Design.ViewModel
Assembly:  Microsoft.Practices.EnterpriseLibrary.Configuration.DesignTime (in Microsoft.Practices.EnterpriseLibrary.Configuration.DesignTime.dll)

Syntax

'Declaration
Public ReadOnly Property Left As ViewModel
public ViewModel Left { get; }
public:
property ViewModel^ Left {
    ViewModel^ get ();
}
public function get Left () : ViewModel

Field Value

The ViewModel instance that should be shown on the left.

See Also

TwoColumnsLayout Class

Microsoft.Practices.EnterpriseLibrary.Configuration.Design.ViewModel Namespace