Spread ASP.NET 16
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / FetchGroupTextEventArgs Class / Group Property


In This Topic
    Group Property (FetchGroupTextEventArgs)
    In This Topic
    Gets the Group object associated with the group header being created.
    Syntax
    'Declaration
     
    Public ReadOnly Property Group As Group
    'Usage
     
    Dim instance As FetchGroupTextEventArgs
    Dim value As Group
     
    value = instance.Group
    public Group Group {get;}
    See Also