Class TableDefinitionCollection
Represents a collection of table definitions.
Inherited Members
Namespace: Telerik.Windows.Data
Assembly: Telerik.Windows.Data.dll
Syntax
public class TableDefinitionCollection : RadObservableCollection<TableDefinition>, ISuspendNotifications, INotifyCollectionStateProvider
Constructors
TableDefinitionCollection()
Initializes a new instance of the Table
Declaration
public TableDefinitionCollection()
TableDefinitionCollection(TableDefinition)
Initializes a new instance of the Table
Declaration
public TableDefinitionCollection(TableDefinition owner)
Parameters
Table The owner of the definitions in the collection. |
Methods
OnCollectionChanged(NotifyCollectionChangedEventArgs)
Declaration
protected override void OnCollectionChanged(NotifyCollectionChangedEventArgs e)
Parameters
System.
|
Overrides
Telerik.Windows.Data.RadObservableCollection<Telerik.Windows.Data.TableDefinition>.OnCollectionChanged(System.Collections.Specialized.NotifyCollectionChangedEventArgs)