FlexPivot for WPF | ComponentOne
C1.PivotEngine Assembly / C1.PivotEngine Namespace / CustomRangeEventArgs Class / GroupValue Property

In This Topic
    GroupValue Property (CustomRangeEventArgs)
    In This Topic
    The range group as a result (assigned in the event code in RangeInfo.CustomRange) handler.
    Syntax
    'Declaration
     
    Public Property GroupValue As String
    public string GroupValue {get; set;}
    See Also