Click or drag to resize

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)
Syntax
public string GroupingValue { get; set; }

Property Value

Type: String
See Also