EAPCommandEventArgsGroupingValue Property |
When the event is being fired from an item with
Grouper, this will
be the value of the grouping field for the invoked command. Does not apply to commands located elsewhere.
Use
GroupingKey to determine the field used to group.
Namespace:
NetQuarry
Assembly:
EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntaxpublic string GroupingValue { get; set; }
Public Property GroupingValue As String
Get
Set
Property Value
Type:
String
See Also