Class CellDefinitionsCollection
Collection of CellDefinitions that will be contained in a RowDefinition.
Inheritance
System.Object
System.Collections.ObjectModel.Collection<CellDefinition>
CellDefinitionsCollection
Inherited Members
ObservableCollection<CellDefinition>.CallCollectionChanged(Object, NotifyCollectionChangedEventArgs)
System.Collections.ObjectModel.Collection<Telerik.WinControls.UI.CellDefinition>.Add(Telerik.WinControls.UI.CellDefinition)
System.Collections.ObjectModel.Collection<Telerik.WinControls.UI.CellDefinition>.Clear()
System.Collections.ObjectModel.Collection<Telerik.WinControls.UI.CellDefinition>.CopyTo(Telerik.WinControls.UI.CellDefinition[], System.Int32)
System.Collections.ObjectModel.Collection<Telerik.WinControls.UI.CellDefinition>.Contains(Telerik.WinControls.UI.CellDefinition)
System.Collections.ObjectModel.Collection<Telerik.WinControls.UI.CellDefinition>.GetEnumerator()
System.Collections.ObjectModel.Collection<Telerik.WinControls.UI.CellDefinition>.IndexOf(Telerik.WinControls.UI.CellDefinition)
System.Collections.ObjectModel.Collection<Telerik.WinControls.UI.CellDefinition>.Insert(System.Int32, Telerik.WinControls.UI.CellDefinition)
System.Collections.ObjectModel.Collection<Telerik.WinControls.UI.CellDefinition>.Remove(Telerik.WinControls.UI.CellDefinition)
System.Collections.ObjectModel.Collection<Telerik.WinControls.UI.CellDefinition>.RemoveAt(System.Int32)
System.Collections.ObjectModel.Collection<Telerik.WinControls.UI.CellDefinition>.Count
System.Collections.ObjectModel.Collection<Telerik.WinControls.UI.CellDefinition>.Items
System.Collections.ObjectModel.Collection<Telerik.WinControls.UI.CellDefinition>.Item[System.Int32]
System.Collections.ObjectModel.Collection<Telerik.WinControls.UI.CellDefinition>.System.Collections.Generic.ICollection<Telerik.WinControls.UI.CellDefinition>.IsReadOnly
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.GridView.dll
Syntax
public class CellDefinitionsCollection : ObservableCollection<CellDefinition>, IList<CellDefinition>, ICollection<CellDefinition>, IReadOnlyList<CellDefinition>, IReadOnlyCollection<CellDefinition>, IEnumerable<CellDefinition>, IList, ICollection, IEnumerable, INotifyCollectionChanged, INotifyCollectionChanging, INotifyPropertyChanged, INotifyPropertyChangingEx
Constructors
CellDefinitionsCollection()
Declaration
public CellDefinitionsCollection()
Properties
Owner
Methods
OnCollectionChanged(NotifyCollectionChangedEventArgs)
Declaration
protected override void OnCollectionChanged(NotifyCollectionChangedEventArgs e)
Parameters
NotifyCollectionChangedEventArgs
e
|
Overrides
Telerik.WinControls.Data.ObservableCollection<Telerik.WinControls.UI.CellDefinition>.OnCollectionChanged(Telerik.WinControls.Data.NotifyCollectionChangedEventArgs)