Blazor | ComponentOne
C1.Blazor.Grid Assembly / C1.Blazor.Grid Namespace / GridMenuItem Class / Text Property

In This Topic
    Text Property (GridMenuItem)
    In This Topic
    Gets or sets the text that is shown.
    Syntax
    'Declaration
     
    
    Public Property Text As String
    public string Text {get; set;}
    See Also