Collection of CellDefinitions that will be contained in a RowDefinition.
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.GridView.dll
Syntax:
C#
public class CellDefinitionsCollection : ObservableCollection<CellDefinition>, IList, ICollection, IEnumerable, INotifyCollectionChanged, INotifyCollectionChanging, INotifyPropertyChanged, INotifyPropertyChangingEx
Inheritance: objectCollection<CellDefinition>ObservableCollection<CellDefinition>CellDefinitionsCollection
Implements:
Inherited Members
Constructors
C#
public CellDefinitionsCollection()
Properties
C#
public RowDefinition Owner { get; }
Methods
Calls the NotifyListenersCollectionChanged method with the provided arguments if not in a batch update.
C#
protected override void OnCollectionChanged(NotifyCollectionChangedEventArgs e)
Overrides: