TwoColumnsLayout.ColumnName Property
Gets the 0-based column index that should be used to display and resize the Left element.
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 ColumnName As String
public string ColumnName { get; }
public:
property String^ ColumnName {
String^ get ();
}
public function get ColumnName () : String
Field Value
The 0-based column index that should be used to display and resize the Left element.
See Also
Microsoft.Practices.EnterpriseLibrary.Configuration.Design.ViewModel Namespace