FlexGrid for WPF | ComponentOne
C1.WPF.FlexGrid.GroupPanel.4.6.2 Assembly / C1.WPF.FlexGrid Namespace / PropertyGroupCreatedEventArgs Class / PropertyGroupCreatedEventArgs Constructor
Name of the property being grouped on.
Type of the property being grouped on.

In This Topic
    PropertyGroupCreatedEventArgs Constructor
    In This Topic
    Initializes a new instance of a PropertyGroupCreatedEventArgs
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal propName As String, _
       ByVal dataType As Type _
    )
    public PropertyGroupCreatedEventArgs( 
       string propName,
       Type dataType
    )

    Parameters

    propName
    Name of the property being grouped on.
    dataType
    Type of the property being grouped on.
    See Also