Represents a property grid category editor IData
- Inheritance:
-
object
Observable
Object DataBase Model objectBase
- Implements:
-
ICategory
Editor IDataModel Model IDisposable
Constructors
CategoryEditorModel()
Initializes an instance of the Category
CategoryEditorModel(CategoryEditor)
Initializes an instance of the Category
Parameter | Type | Description |
---|---|---|
categoryEditor | Category |
The Category |
Properties
CategoryEditor
Gets the Category
Property Value
- Category
Editor : The Category
Editor that was used to create this data model.
Description
Gets or sets the description of the data model, often displayed in a summary area or a tooltip.
Property Value
- string:
The description of the data model, often displayed in a summary area or a tooltip.
DescriptionResolved
Gets the resolved description of the data model, often displayed in a summary area or a tooltip.
Property Value
- string:
The resolved description of the data model, often displayed in a summary area or a tooltip.
DisplayName
Gets or sets the name to use when displaying the data model, often the same as Name
.
Property Value
- string:
The name to use when displaying the data model, often the same as
Name
.
DisplayNameResolved
Gets the name to use when displaying the data model, often the same as Name
.
Property Value
- string:
The name to use when displaying the data model, often the same as
Name
.
EditorTemplate
Gets the Data
Property Value
- Data
Template : The Data
Template to use for editing the properties consumed by this editor.
Remarks
The priority order of editor template specification is Editor
EditorTemplateKey
Gets the resource key that references a Data
Property Value
- object:
The resource key that references a Data
Template to use for editing the properties consumed by this editor.
Remarks
The priority order of editor template specification is Editor
IsModifiedResolved
Gets whether the data model has been modified.
Property Value
- bool:
true
if the data model has been modified; otherwise,false
.
Name
Gets or sets the name of the data model.
Property Value
- string:
The name of the data model.
NameResolved
Gets the resolved name of the data model.
Property Value
- string:
The resolved name of the data model.
SortImportanceResolved
Gets a resolved Data
Property Value
- Data
Model :Sort Importance A Data
Model that indicates the sort importance of this data model.Sort Importance
SortOrder
Gets or sets a numeric sort order for sorting the data model within other data models of the same sort importance.
Property Value
- int:
A numeric sort order for sorting the data model within other data models of the same sort importance.
SortOrderResolved
Gets a resolved numeric sort order for sorting the data model within other data models of the same sort importance.
Property Value
- int:
A numeric sort order for sorting the data model within other data models of the same sort importance.
Inherited Members
-
Data
Model Base. Dispose() -
Data
Model Base. Dispose(bool) -
Data
Model Base. Refresh Children() -
Data
Model Base. To String() -
Data
Model Base. Can Auto Dispose -
Data
Model Base. Children -
Data
Model Base. Is Expanded -
Data
Model Base. Is Root -
Data
Model Base. Is Selected -
Data
Model Base. Parent -
Data
Model Base. Sort Comparer -
Data
Model Base. Tag -
Observable
Object Base. Notify Property Changed(string) -
Observable
Object Base. On Property Changed(Property Changed Event Args) - ObservableObjectBase.SetProperty<T>(ref T, T, string)
-
Observable
Object Base. Property Changed -
object.
Get Type() -
object.
Memberwise Clone() -
object.
Equals(object) -
object.
Equals(object, object) -
object.
Reference Equals(object, object) -
object.
Get Hash Code()