Spread WPF 17
GrapeCity.Windows.SpreadSheet.UI Namespace / DragFillContextMenuItem Class / Text Property


In This Topic
    Text Property (DragFillContextMenuItem)
    In This Topic
    Gets or sets the context menu item text.
    Syntax
    'Declaration
     
    Public Property Text As String
    'Usage
     
    Dim instance As DragFillContextMenuItem
    Dim value As String
     
    instance.Text = value
     
    value = instance.Text
    public string Text {get; set;}

    Property Value

    The context menu item text.
    See Also