Represents an observable collection of GanttViewTextViewColumn.
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.UI.dll
Syntax:
public class GanttViewTextViewColumnCollection : ObservableCollection<GanttViewTextViewColumn>, IList, ICollection, IEnumerable, INotifyCollectionChanged, INotifyCollectionChanging, INotifyPropertyChanged, INotifyPropertyChangingEx
Inheritance: objectCollection<GanttViewTextViewColumn>ObservableCollection<GanttViewTextViewColumn>GanttViewTextViewColumnCollection
Implements:
Inherited Members
Constructors
Initializes a new instance of the GanttViewTextViewColumnCollection class.
public GanttViewTextViewColumnCollection(RadGanttViewElement owner)
The owner.
Properties
Gets the RadGanttViewElement that owns this collection.
public RadGanttViewElement Owner { get; }
The owner.
Gets the GanttViewTextViewColumn with the specified column name.
public GanttViewTextViewColumn this[string columnName] { get; }
Name of the column.
Property Value:Methods
Adds a column with the specified name.
Adds the specified collection of columns to the collection.
public virtual void AddRange(GanttViewTextViewColumnCollection columns)
The columns.
Adds the specified collection of columns to the collection.
public virtual void AddRange(params GanttViewTextViewColumn[] columns)
The columns.
Clears the items.
protected override void ClearItems()
Overrides:
Inserts the item.
protected override void InsertItem(int index, GanttViewTextViewColumn column, Action<GanttViewTextViewColumn> approvedAction)
The index.
columnGanttViewTextViewColumnThe column.
approvedActionAction<GanttViewTextViewColumn>The approved action.
Overrides:
Raises the event.
protected override void OnCollectionChanged(NotifyCollectionChangedEventArgs e)
The NotifyCollectionChangedEventArgs instance containing the event data.
Overrides:
Removes a column with the specified column name.
Removes the item.