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 sealed class ColumnCollection : ICollection, 
	IEnumerable
Visual Basic
Public NotInheritable Class ColumnCollection
	Implements ICollection, IEnumerable
Visual C++
public ref class ColumnCollection sealed : ICollection, 
	IEnumerable
F#
[<SealedAttribute>]
type ColumnCollection =  
    class
        interface ICollection
        interface IEnumerable
    end

Remarks

This collection has been added only for the desing-time integration reasonnes to generate the code in the InitializeComponent() methods of user-defined controls. This class 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.

Inheritance Hierarchy

System..::..Object
  Dapfor.Net.Ui..::..Header..::..ColumnCollection

See Also