Class CategoryEditor
Represent the CategoryEditor property
Inheritance
System.Object
CategoryEditor
Namespace: Syncfusion.Windows.PropertyGrid
Assembly: Syncfusion.PropertyGrid.Wpf.dll
Syntax
public class CategoryEditor : Object
Constructors
CategoryEditor()
Declaration
public CategoryEditor()
Properties
Category
Represents the Category property
Declaration
public string Category { get; set; }
Property Value
Type |
---|
System.String |
Description
Get and set the Description property
Declaration
public string Description { get; set; }
Property Value
Type |
---|
System.String |
DisplayName
Get and set the DisplayName property
Declaration
public string DisplayName { get; set; }
Property Value
Type |
---|
System.String |
EditorTemplate
Get and set the EditorTemplate
Declaration
public virtual DataTemplate EditorTemplate { get; set; }
Property Value
Type |
---|
System.Windows.DataTemplate |
Properties
Get and set the Properties
Declaration
public CategoryEditorPropertyCollection Properties { get; set; }
Property Value
Type |
---|
CategoryEditorPropertyCollection |