Gets a collection of all available Columns.

Namespace: Dapfor.Net.Ui
Assembly: Dapfor.Net (in Dapfor.Net.dll) Version: 2.10.3.24917 (2.10.3.24917)

Syntax

C#
public Header..::..ColumnCollection Columns { get; }
Visual Basic
Public ReadOnly Property Columns As Header..::..ColumnCollection
	Get
Visual C++
public:
property Header..::..ColumnCollection^ Columns {
	Header..::..ColumnCollection^ get ();
}
F#
member Columns : Header..::..ColumnCollection with get

Property Value

Type: Header..::..ColumnCollection
The collection of Columns.

Remarks

This property has been added only for the desing-time integration reasonnes to generate the code in the InitializeComponent() methods of user-defined controls. The collection provides the methods to add new Columns to the Header and enumerate them. The Header has the same functionality and we recommend to use it.

See Also