ListEditorAttribute Properties
Applied to a custom List Editor. Registers the List Editor in the application and specifies the object type for which the List Editor is intended.
Name | Description |
---|---|
Is |
Indicates whether the target List Editor should be automatically used for the objects of the specified type. |
List |
Specifies the type of objects that the target List Editor can display. |
Type |
When implemented in a derived class, gets a unique identifier for this Attribute. Inherited from Attribute. |
See Also