menu

WPF

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class CategoryEditor - WPF API Reference | Syncfusion

    Show / Hide Table of Contents

    Class CategoryEditor

    Represent the CategoryEditor property

    Inheritance
    System.Object
    CategoryEditor
    Inherited Members
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: Syncfusion.Windows.PropertyGrid
    Assembly: Syncfusion.PropertyGrid.Wpf.dll
    Syntax
    public class CategoryEditor

    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
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved