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 |
---|---|
IsDefault | Indicates whether the target List Editor should be automatically used for the objects of the specified type. |
ListElementType | Specifies the type of objects that the target List Editor can display. |
TypeId | When implemented in a derived class, gets a unique identifier for this Attribute. Inherited from Attribute. |
See Also