DerivedModelDefinitionList Properties |
The DerivedModelDefinitionList type exposes the following members.
Name | Description | |
---|---|---|
![]() | AllowEdit |
Gets whether you can update items in the list.
(Inherited from CommandifiedList<T>.) |
![]() | AllowNew |
Gets whether you can add items to the list using AddNew().
(Inherited from CommandifiedList<T>.) |
![]() | AllowRemove |
Gets whether you can remove items from the list, using Remove(Object) or RemoveAt(Int32).
(Inherited from CommandifiedList<T>.) |
![]() | Count | Gets the number of elements actually contained in the Collection<T>. (Inherited from Collection<DerivedModelDefinition>.) |
![]() | IsSorted |
Gets whether the items in the list are sorted.
(Inherited from CommandifiedList<T>.) |
![]() | Item | Gets or sets the element at the specified index. (Inherited from Collection<DerivedModelDefinition>.) |
![]() | Items | Gets a IList< T> wrapper around the Collection<T>. (Inherited from Collection<DerivedModelDefinition>.) |
![]() | SortDirection |
Gets the direction of the sort.
(Inherited from CommandifiedList<T>.) |
![]() | SortProperty |
Gets the PropertyDescriptor that is being used for sorting.
(Inherited from CommandifiedList<T>.) |
![]() | SupportsChangeNotification |
Gets whether a ListChanged event is raised when the list changes or an item in the list changes.
(Inherited from CommandifiedList<T>.) |
![]() | SupportsSearching |
Gets whether the list supports searching using the Find(PropertyDescriptor, Object) method.
(Inherited from CommandifiedList<T>.) |
![]() | SupportsSorting |
Gets whether the list supports sorting.
(Inherited from CommandifiedList<T>.) |
![]() | SuppressEvents |
Gets or sets a value indicating whether events are blocked from being raised (true) or not (false, default)
(Inherited from CommandifiedList<T>.) |
Name | Description | |
---|---|---|
![]() ![]() | IList.IsFixedSize | Gets a value indicating whether the IList has a fixed size. (Inherited from Collection<DerivedModelDefinition>.) |
![]() ![]() | ICollection<T>.IsReadOnly | Gets a value indicating whether the ICollection< T> is read-only. (Inherited from Collection<DerivedModelDefinition>.) |
![]() ![]() | IList.IsReadOnly | Gets a value indicating whether the IList is read-only. (Inherited from Collection<DerivedModelDefinition>.) |
![]() ![]() | ICollection.IsSynchronized | Gets a value indicating whether access to the ICollection is synchronized (thread safe). (Inherited from Collection<DerivedModelDefinition>.) |
![]() ![]() | IList.Item | Gets or sets the element at the specified index. (Inherited from Collection<DerivedModelDefinition>.) |
![]() ![]() | ICollection.SyncRoot | Gets an object that can be used to synchronize access to the ICollection. (Inherited from Collection<DerivedModelDefinition>.) |