ClassCellDefinitionsCollection
Class
Collection of CellDefinitions that will be contained in a RowDefinition.
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.GridView.dll
Syntax:
cs-api-definition
public class CellDefinitionsCollection : ObservableCollection<CellDefinition>, IList, ICollection, IEnumerable, INotifyCollectionChanged, INotifyCollectionChanging, INotifyPropertyChanged, INotifyPropertyChangingEx
Inheritance: objectCollection<CellDefinition>ObservableCollection<CellDefinition>CellDefinitionsCollection
Implements:
Inherited Members
Constructors
CellDefinitionsCollection()
Declaration
cs-api-definition
public CellDefinitionsCollection()
Properties
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