FlexGrid for WinForms | ComponentOne
C1.Win.FlexGrid Namespace / C1FlexGridGroupPanel Class / Text Property

In This Topic
    Text Property (C1FlexGridGroupPanel)
    In This Topic
    Gets or sets the message that appears in the empty group area.
    Syntax
    'Declaration
     
    
    Public Overrides Property Text As String
    public override string Text {get; set;}
    See Also