Xceed Toolkit Plus for WPF v5.0 Documentation
Xceed.Wpf.DataGrid Assembly / Xceed.Wpf.DataGrid Namespace / Group Class / Value Property


In This Topic
    Value Property (Group)
    In This Topic
    Gets an object representing the value which caused the group to be created.
    Syntax
    'Declaration
     
    Public ReadOnly Property Value As Object
    'Usage
     
    Dim instance As Group
    Dim value As Object
     
    value = instance.Value
    public object Value {get;}

    Property Value

    An object representing the value which caused the group to be created.

    Remarks
    For example, if the data items in a grid are grouped according to the values of the "ShipCountry" column, the value of the Value property will contain one of the values of the "ShipCountry" field for example, "Canada" or "Australia".
    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