Xceed Toolkit Plus for WPF v5.1 Documentation
Xceed.Wpf.DataGrid.Toolkit Assembly / Xceed.Wpf.DataGrid Namespace / LevelGroupConfigurationSelectorItem Class
Members


In This Topic
    LevelGroupConfigurationSelectorItem Class
    In This Topic
    Indicates the group configuration to apply to the groups of the specified group level.
    Syntax
    'Declaration
     
    <ContentPropertyAttribute("GroupConfiguration")>
    Public Class LevelGroupConfigurationSelectorItem 
    'Usage
     
    Dim instance As LevelGroupConfigurationSelectorItem
    [ContentProperty("GroupConfiguration")]
    public class LevelGroupConfigurationSelectorItem 
    Inheritance Hierarchy

    System.Object
       Xceed.Wpf.DataGrid.LevelGroupConfigurationSelectorItem

    Public Constructors
     NameDescription
    Public ConstructorInitializes a new instance of the LevelGroupConfigurationIndicator class.  
    Top
    Public Properties
     NameDescription
    Public PropertyGets or sets the group configuration that will be applied to the groups of the specified level.  
    Public PropertyGets a value indicating whether this group-configuration indicator has been sealed (i.e., it has been added to a LevelGroupConfigurationSelector).  
    Public PropertyGet or sets the level of the groups to which the group configuration will be applied.  
    Top
    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