NamespaceSummaryItemCollection Properties |
The NamespaceSummaryItemCollection type exposes the following members.
Name | Description | |
---|---|---|
AllowEdit | Gets or sets a value indicating whether items in the list can be edited. (Inherited from BindingListNamespaceSummaryItem.) | |
AllowNew | Gets or sets a value indicating whether you can add items to the list using the AddNew method. (Inherited from BindingListNamespaceSummaryItem.) | |
AllowRemove | Gets or sets a value indicating whether you can remove items from the collection. (Inherited from BindingListNamespaceSummaryItem.) | |
Count | Gets the number of elements actually contained in the CollectionT. (Inherited from CollectionNamespaceSummaryItem.) | |
IsDirty |
This is used to get or set the dirty state of the collection
| |
IsSortedCore | Gets a value indicating whether the list is sorted. (Inherited from BindingListNamespaceSummaryItem.) | |
ItemInt32 | Gets or sets the element at the specified index. (Inherited from CollectionNamespaceSummaryItem.) | |
ItemString |
Indexer. This can be used to retrieve the summary information for the specified namespace
| |
Items | Gets a IListT wrapper around the CollectionT. (Inherited from CollectionNamespaceSummaryItem.) | |
Project |
This is used to get a reference to the project that owns the collection
| |
RaiseListChangedEvents | Gets or sets a value indicating whether adding or removing items within the list raises ListChanged events. (Inherited from BindingListNamespaceSummaryItem.) | |
SortDirectionCore | Gets the direction the list is sorted. (Inherited from BindingListNamespaceSummaryItem.) | |
SortPropertyCore | Gets the property descriptor that is used for sorting the list if sorting is implemented in a derived class; otherwise, returns null. (Inherited from BindingListNamespaceSummaryItem.) | |
SupportsChangeNotificationCore | Gets a value indicating whether ListChanged events are enabled. (Inherited from BindingListNamespaceSummaryItem.) | |
SupportsSearchingCore | Gets a value indicating whether the list supports searching. (Inherited from BindingListNamespaceSummaryItem.) | |
SupportsSortingCore | Gets a value indicating whether the list supports sorting. (Inherited from BindingListNamespaceSummaryItem.) |