Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / FetchGroupTextEventArgs Class / Text Property


In This Topic
    Text Property (FetchGroupTextEventArgs)
    In This Topic
    Gets or sets the text to be displayed in the group header.
    Syntax
    'Declaration
     
    
    Public Property Text As String
    'Usage
     
    
    Dim instance As FetchGroupTextEventArgs
    Dim value As String
     
    instance.Text = value
     
    value = instance.Text
    public string Text {get; set;}
    See Also