Spread WPF 18
GrapeCity.Wpf.SpreadSheet.CellType.Editors Namespace / GcDropDownCalendar Class / ShowContextMenu Property


In This Topic
    ShowContextMenu Property
    In This Topic
    Gets or sets a value indicating whether the context menu could be shown. This is a dependency property.
    Syntax
    'Declaration
     
    Public Property ShowContextMenu As Boolean
    'Usage
     
    Dim instance As GcDropDownCalendar
    Dim value As Boolean
     
    instance.ShowContextMenu = value
     
    value = instance.ShowContextMenu
    public bool ShowContextMenu {get; set;}

    Property Value

    true to show context menu; otherwise, false.
    See Also