Xceed Toolkit Plus for WPF v5.0 Documentation
Xceed.Wpf.Toolkit Assembly / Xceed.Wpf.Toolkit.PropertyGrid Namespace / CategoryGroupStyleSelector Class
Members


In This Topic
    CategoryGroupStyleSelector Class
    In This Topic
    This class will return the style to use for Category groups in the PropertyGrid. The possible returned styles are identified by the class properties.
    Syntax
    'Declaration
     
    Public Class CategoryGroupStyleSelector 
       Inherits System.Windows.Controls.StyleSelector
    'Usage
     
    Dim instance As CategoryGroupStyleSelector
    public class CategoryGroupStyleSelector : System.Windows.Controls.StyleSelector 
    Inheritance Hierarchy

    System.Object
       System.Windows.Controls.StyleSelector
          Xceed.Wpf.Toolkit.PropertyGrid.CategoryGroupStyleSelector

    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