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


In This Topic
    FieldNameGroupConfigurationSelectorItem Class
    In This Topic
    Indicates the group configuration to apply to the groups that are created by the values of the column with the specified field name.
    Syntax
    'Declaration
     
    <ContentPropertyAttribute("GroupConfiguration")>
    Public Class FieldNameGroupConfigurationSelectorItem 
    'Usage
     
    Dim instance As FieldNameGroupConfigurationSelectorItem
    [ContentProperty("GroupConfiguration")]
    public class FieldNameGroupConfigurationSelectorItem 
    Inheritance Hierarchy

    System.Object
       Xceed.Wpf.DataGrid.FieldNameGroupConfigurationSelectorItem

    Public Constructors
     NameDescription
    Public ConstructorInitializes a new instance of the FieldNameGroupConfigurationSelectorItem class.  
    Top
    Public Properties
     NameDescription
    Public PropertyGets or sets the field name of the column whose values were used to create the groups to which the group configuration will be applied.  
    Public PropertyGets or sets the group configuration that will be applied to the groups that are created by the values of the column with the specified field name  
    Public PropertyGets a value indicating whether this group-configuration indicator has been sealed (i.e., it has been added to a FieldNameGroupConfigurationSelectorItemCollection).  
    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