Share via


HorizontalListLayout.ColumnName Property

Gets the column name of the Current 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 column name of the Current element.

See Also

HorizontalListLayout Class

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