Represents a collection of DataGridColumn objects, used by the GanttChartDataGrid control (Columns property).

Namespace:  DlhSoft.Windows.Controls
Assembly:  DlhSoft.ProjectData.GanttChart.LightWPF.Controls (in DlhSoft.ProjectData.GanttChart.LightWPF.Controls.dll)

Syntax

C#
public class DataGridColumnCollection : ObservableCollection<DataGridColumn>
Visual Basic (Declaration)
Public Class DataGridColumnCollection _
	Inherits ObservableCollection(Of DataGridColumn)

Inheritance Hierarchy

System..::.Object
  System.Collections.ObjectModel..::.Collection<(Of <(DataGridColumn>)>)
    System.Collections.ObjectModel..::.ObservableCollection<(Of <(DataGridColumn>)>)
      DlhSoft.Windows.Controls..::.DataGridColumnCollection

See Also