Class
RowDefinitionsCollection

Collection of RowDefinitions that will be contained in a RowTemplate.

Definition

Namespace:Telerik.WinControls.UI

Assembly:Telerik.WinControls.GridView.dll

Syntax:

cs-api-definition
public class RowDefinitionsCollection : ObservableCollection<RowDefinition>, IList, ICollection, IEnumerable, INotifyCollectionChanged, INotifyCollectionChanging, INotifyPropertyChanged, INotifyPropertyChangingEx

Inheritance: objectCollection<RowDefinition>ObservableCollection<RowDefinition>RowDefinitionsCollection

Implements: ICollectionIEnumerableIListINotifyCollectionChangedINotifyCollectionChangingINotifyPropertyChangedINotifyPropertyChangingEx

Inherited Members ObservableCollection<RowDefinition>.CountStringObservableCollection<RowDefinition>.ItemArrayStringObservableCollection<RowDefinition>.ClearItems()ObservableCollection<RowDefinition>.InsertItem(int, RowDefinition)ObservableCollection<RowDefinition>.InsertItem(int, RowDefinition, Action<RowDefinition>)ObservableCollection<RowDefinition>.Move(int, int)ObservableCollection<RowDefinition>.MoveItem(int, int)ObservableCollection<RowDefinition>.BeginUpdate()ObservableCollection<RowDefinition>.BeginItemUpdate()ObservableCollection<RowDefinition>.EndItemUpdate()ObservableCollection<RowDefinition>.EndItemUpdate(bool)ObservableCollection<RowDefinition>.EndUpdate(bool)ObservableCollection<RowDefinition>.EndUpdate()ObservableCollection<RowDefinition>.NotifyListenersCollectionChanged(NotifyCollectionChangedEventArgs)ObservableCollection<RowDefinition>.CallCollectionChanged(object, NotifyCollectionChangedEventArgs)ObservableCollection<RowDefinition>.OnCollectionChanging(NotifyCollectionChangingEventArgs)ObservableCollection<RowDefinition>.NotifyListenersCollectionChanging(NotifyCollectionChangingEventArgs)ObservableCollection<RowDefinition>.CallCollectionChanging(object, NotifyCollectionChangingEventArgs)ObservableCollection<RowDefinition>.RemoveItem(int)ObservableCollection<RowDefinition>.SetItem(int, RowDefinition)ObservableCollection<RowDefinition>.AddRange(IEnumerable<RowDefinition>)ObservableCollection<RowDefinition>.RemoveRange(IEnumerable<RowDefinition>)ObservableCollection<RowDefinition>.OnCollectionChanged(NotifyCollectionChangedAction, object, int)ObservableCollection<RowDefinition>.OnCollectionChanged(NotifyCollectionChangedAction, object, int, int)ObservableCollection<RowDefinition>.OnCollectionChanged(NotifyCollectionChangedAction, object, object, int)ObservableCollection<RowDefinition>.OnCollectionReset(IList)ObservableCollection<RowDefinition>.OnCollectionChanging(NotifyCollectionChangedAction, object, int)ObservableCollection<RowDefinition>.OnCollectionChanging(NotifyCollectionChangedAction, object, int, int)ObservableCollection<RowDefinition>.OnCollectionChanging(NotifyCollectionChangedAction, object, object, int)ObservableCollection<RowDefinition>.OnCollectionReseting()ObservableCollection<RowDefinition>.OnNotifyPropertyChanged(string)ObservableCollection<RowDefinition>.OnNotifyPropertyChanged(PropertyChangedEventArgs)ObservableCollection<RowDefinition>.OnNotifyPropertyChanging(string)ObservableCollection<RowDefinition>.OnNotifyPropertyChanging(PropertyChangingEventArgsEx)ObservableCollection<RowDefinition>.IsUpdatedObservableCollection<RowDefinition>.CollectionChangedObservableCollection<RowDefinition>.CollectionChangingObservableCollection<RowDefinition>.PropertyChangedObservableCollection<RowDefinition>.PropertyChangingCollection<RowDefinition>.Add(RowDefinition)Collection<RowDefinition>.Clear()Collection<RowDefinition>.CopyTo(RowDefinition[], int)Collection<RowDefinition>.Contains(RowDefinition)Collection<RowDefinition>.GetEnumerator()Collection<RowDefinition>.IndexOf(RowDefinition)Collection<RowDefinition>.Insert(int, RowDefinition)Collection<RowDefinition>.Remove(RowDefinition)Collection<RowDefinition>.RemoveAt(int)Collection<RowDefinition>.CountCollection<RowDefinition>.ItemsCollection<RowDefinition>.this[int]

Constructors

RowDefinitionsCollection()

Declaration

cs-api-definition
public RowDefinitionsCollection()

Properties

Owner

Gets the RowTemplate that owns this collection.

Declaration

cs-api-definition
public RowTemplate Owner { get; }

Property Value

RowTemplate

Methods

OnCollectionChanged(NotifyCollectionChangedEventArgs)

Calls the NotifyListenersCollectionChanged method with the provided arguments if not in a batch update.

Declaration

cs-api-definition
protected override void OnCollectionChanged(NotifyCollectionChangedEventArgs e)

Parameters

e

NotifyCollectionChangedEventArgs

Overrides ObservableCollection<RowDefinition>.OnCollectionChanged(NotifyCollectionChangedEventArgs)