Represents a collection of table definitions.
Definition
Namespace:Telerik.Windows.Data
Assembly:Telerik.Windows.Data.dll
Syntax:
C#
public class TableDefinitionCollection : RadObservableCollection<TableDefinition>, IList<TableDefinition>, ICollection<TableDefinition>, IList, ICollection, IReadOnlyList<TableDefinition>, IReadOnlyCollection<TableDefinition>, IEnumerable<TableDefinition>, IEnumerable, INotifyCollectionChanged, INotifyPropertyChanged, ISuspendNotifications
Inheritance: objectCollection<TableDefinition>ObservableCollection<TableDefinition>RadObservableCollection<TableDefinition>TableDefinitionCollection
Implements:
Inherited Members
Constructors
Initializes a new instance of the TableDefinitionCollection class.
C#
public TableDefinitionCollection()
Initializes a new instance of the TableDefinitionCollection class.
C#
public TableDefinitionCollection(TableDefinition owner)
The owner of the definitions in the collection.
Methods
C#
protected override void OnCollectionChanged(NotifyCollectionChangedEventArgs e)
Overrides:
Remarks:
Raises the CollectionChanged event when notifications are not suspended.