ClassRowDefinitionsCollection
Class
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:
Inherited Members
Constructors
RowDefinitionsCollection()
Declaration
cs-api-definition
public RowDefinitionsCollection()
Properties
Owner
Gets the RowTemplate that owns this collection.
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
Overrides