Xceed Toolkit Plus for WPF v5.1 Documentation
Xceed.Wpf.Toolkit Assembly / Xceed.Wpf.Toolkit.PropertyGrid Namespace / CategoryDefinition Class
Members


In This Topic
    CategoryDefinition Class
    In This Topic
    Syntax
    'Declaration
     
    <TypeDescriptionProviderAttribute(MS.Internal.ComponentModel.DependencyObjectProvider)>
    <NameScopePropertyAttribute("NameScope", System.Windows.NameScope)>
    Public Class CategoryDefinition 
       Inherits DefinitionBase
    'Usage
     
    Dim instance As CategoryDefinition
    [TypeDescriptionProvider(MS.Internal.ComponentModel.DependencyObjectProvider)]
    [NameScopeProperty("NameScope", System.Windows.NameScope)]
    public class CategoryDefinition : DefinitionBase 
    Inheritance Hierarchy

    System.Object
       System.Windows.Threading.DispatcherObject
          System.Windows.DependencyObject
             Xceed.Wpf.Toolkit.PropertyGrid.DefinitionBase
                Xceed.Wpf.Toolkit.PropertyGrid.CategoryDefinition

    Public Constructors
     NameDescription
    Public ConstructorInitializes a new instance of the CategoryDefinition class.  
    Top
    Public Properties
     NameDescription
    Public Property (Inherited from System.Windows.DependencyObject)
    Public Property (Inherited from System.Windows.Threading.DispatcherObject)
    Public PropertyGets or sets a value representing the display order of the category.  
    Public PropertyGets or sets a value indicating whether the category and its properties will be shown in the property grid. (NOTE: This is a PLUS feature only).  
    Public PropertyGets or sets if a category is expanded when loading the PropertyGrid with this category.  
    Public Property (Inherited from System.Windows.DependencyObject)
    Public PropertyGets or sets the name of the category.  
    Top
    Public Methods
    Protected Methods
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also