Click or drag to resize
Sandcastle Help File BuilderContentFileEditorCollection Properties

The ContentFileEditorCollection type exposes the following members.

Properties
  NameDescription
Public propertyAllowEdit
Gets or sets a value indicating whether items in the list can be edited.
(Inherited from BindingListContentFileEditor.)
Public propertyAllowNew
Gets or sets a value indicating whether you can add items to the list using the AddNew method.
(Inherited from BindingListContentFileEditor.)
Public propertyAllowRemove
Gets or sets a value indicating whether you can remove items from the collection.
(Inherited from BindingListContentFileEditor.)
Public propertyCount (Inherited from CollectionContentFileEditor.)
Public propertyStatic memberGlobalEditors
This returns the reference to the global content file editor collection.
Protected propertyIsSortedCore
Gets a value indicating whether the list is sorted.
(Inherited from BindingListContentFileEditor.)
Public propertyItem
Gets or sets the element at the specified index.
(Inherited from CollectionContentFileEditor.)
Protected propertyItems (Inherited from CollectionContentFileEditor.)
Public propertyLastError
If LaunchEditorFor(String, String) returns false, this can be used to retrieve the exception describing why it failed.
Public propertyRaiseListChangedEvents
Gets or sets a value indicating whether adding or removing items within the list raises ListChanged events.
(Inherited from BindingListContentFileEditor.)
Protected propertySortDirectionCore
Gets the direction the list is sorted.
(Inherited from BindingListContentFileEditor.)
Protected propertySortPropertyCore
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.)
Protected propertySupportsChangeNotificationCore
Gets a value indicating whether ListChanged events are enabled.
(Inherited from BindingListContentFileEditor.)
Protected propertySupportsSearchingCore
Gets a value indicating whether the list supports searching.
(Inherited from BindingListContentFileEditor.)
Protected propertySupportsSortingCore
Gets a value indicating whether the list supports sorting.
(Inherited from BindingListContentFileEditor.)
Top
See Also