Share via


TwoColumnsLayout.Right Property

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

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 Right As ViewModel
public ViewModel Right { get; }
public:
property ViewModel^ Right {
    ViewModel^ get ();
}
public function get Right () : ViewModel

Field Value

The ViewModel instance that should be shown on the right.

See Also

TwoColumnsLayout Class

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