ComponentOne FlexGrid for WPF and Silverlight
PropertyGroupCreatedEventArgs Constructor

C1.WPF.FlexGrid Namespace > PropertyGroupCreatedEventArgs Class : PropertyGroupCreatedEventArgs Constructor
Name of the property being grouped on.
Type of the property being grouped on.
Initializes a new instance of a PropertyGroupCreatedEventArgs
Syntax
'Declaration
 
Public Function New( _
   ByVal propName As System.String, _
   ByVal dataType As System.Type _
)
public PropertyGroupCreatedEventArgs( 
   System.string propName,
   System.Type dataType
)

Parameters

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

Reference

PropertyGroupCreatedEventArgs Class
PropertyGroupCreatedEventArgs Members