ContentFileEditorCollection Properties |
The ContentFileEditorCollection type exposes the following members.
Name | Description | |
---|---|---|
AllowEdit | Gets or sets a value indicating whether items in the list can be edited. (Inherited from BindingListContentFileEditor.) | |
AllowNew | Gets or sets a value indicating whether you can add items to the list using the AddNew method. (Inherited from BindingListContentFileEditor.) | |
AllowRemove | Gets or sets a value indicating whether you can remove items from the collection. (Inherited from BindingListContentFileEditor.) | |
Count | Gets the number of elements actually contained in the CollectionT. (Inherited from CollectionContentFileEditor.) | |
GlobalEditors |
This returns the reference to the global content file editor
collection.
| |
IsSortedCore | Gets a value indicating whether the list is sorted. (Inherited from BindingListContentFileEditor.) | |
Item | Gets or sets the element at the specified index. (Inherited from CollectionContentFileEditor.) | |
Items | Gets a IListT wrapper around the CollectionT. (Inherited from CollectionContentFileEditor.) | |
LastError |
If LaunchEditorFor(String, String) returns false, this can be used to
retrieve the exception describing why it failed.
| |
RaiseListChangedEvents | Gets or sets a value indicating whether adding or removing items within the list raises ListChanged events. (Inherited from BindingListContentFileEditor.) | |
SortDirectionCore | Gets the direction the list is sorted. (Inherited from BindingListContentFileEditor.) | |
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 BindingListContentFileEditor.) | |
SupportsChangeNotificationCore | Gets a value indicating whether ListChanged events are enabled. (Inherited from BindingListContentFileEditor.) | |
SupportsSearchingCore | Gets a value indicating whether the list supports searching. (Inherited from BindingListContentFileEditor.) | |
SupportsSortingCore | Gets a value indicating whether the list supports sorting. (Inherited from BindingListContentFileEditor.) |