menu

WPF

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

    Show / Hide Table of Contents

    Class PropertyCategoryViewItemCollection

    Represents the PropertyCategoryViewItemCollection

    Inheritance
    System.Object
    PropertyCategoryViewItemCollection
    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 PropertyCategoryViewItemCollection

    Constructors

    PropertyCategoryViewItemCollection()

    Initializes a new instance of the PropertyCategoryViewItemCollection class.

    Declaration
    public PropertyCategoryViewItemCollection()

    Properties

    Category

    Get and set the Category property

    Declaration
    public string Category { get; set; }
    Property Value
    Type
    System.String

    Properties

    Get and Set the collection of Properties property

    Declaration
    public ObservableCollection<object> Properties { get; set; }
    Property Value
    Type
    System.Collections.ObjectModel.ObservableCollection<System.Object>
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved