Collection of RowDefinitions that will be contained in a RowTemplate.
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.GridView.dll
Syntax:
C#
public class RowDefinitionsCollection : ObservableCollection<RowDefinition>, IList, ICollection, IEnumerable, INotifyCollectionChanged, INotifyCollectionChanging, INotifyPropertyChanged, INotifyPropertyChangingEx
Inheritance: objectCollection<RowDefinition>ObservableCollection<RowDefinition>RowDefinitionsCollection
Implements:
Inherited Members
Constructors
C#
public RowDefinitionsCollection()
Properties
Gets the RowTemplate that owns this collection.
C#
public RowTemplate 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: