Class | Description | |
---|---|---|
CategoryOrderAttribute | Represents an attribute that is set on a property to identify the order in which the decorated property's category appears in the PropertyGrid when the latter is set to Categorized mode. | |
CategoryPropertyOrderAttribute | Defines the default order of PropertyItems inside categories. The order can be either alphabetical or declaration (order of declaration). | |
DefinitionKeyAttribute | The DefinitionKeyAttribute can be assigned to properties of your selected object to define which EditorDefinition to use for the decorated property. As an alternative to the Editor attribute, this allows you separate the UI-specific code from your business model code. It can also be used to specify a specific default editor when a property type does not resolve to a valid editor (e.g., Object). | |
DependsOnAttribute | Takes a list of strings in parameter that represent the names of properties that affect the current property. It is placed over any properties of the PropertyGrid's selectedObject. | |
ExpandableObjectAttribute | Represents an attribute that is set on a property to identify it as a complex, expandable property. | |
ExpandedCategoryAttribute | ||
Item | Represents an item in ItemCollection. | |
ItemCollection | Represents a collection of Item instances. | |
ItemsSourceAttribute | Represents an attribute that is set on a property to identify the IItemsSource-derived class that will be used. | |
NewItemTypesAttribute | This attribute can decorate the collection properties (i.e., IList) of your selected object in order to control the types that will be allowedto be instantiated in the CollectionControl. | |
PropertyOrderAttribute | Represents an attribute that is set on a property to identify the order in which the decorated property will appear relative to the other properties. |