[]
        
(Showing Draft Content)

C1.WPF.FlexGrid.PropertyGroupCreatedEventArgs.-ctor

PropertyGroupCreatedEventArgs Constructor

PropertyGroupCreatedEventArgs(string, Type)

Initializes a new instance of a PropertyGroupCreatedEventArgs

Declaration
public PropertyGroupCreatedEventArgs(string propName, Type dataType)
Parameters
Type Name Description
string propName

Name of the property being grouped on.

Type dataType

Type of the property being grouped on.