ComponentOne FlexGrid for UWP
C1.UWP.FlexGrid Assembly / C1.Xaml.FlexGrid Namespace / CustomAggregateEventArgs Class / Result Property

In This Topic
    Result Property
    In This Topic
    Gets or sets the custom aggregate calculated over the range.
    Syntax
    'Declaration
     
    
    Public Property Result As Decimal
    public decimal Result {get; set;}
    See Also