FlexGrid for WPF | ComponentOne
C1.WPF.Grid Assembly / C1.WPF.Grid Namespace / FlexGrid Class / ShowSelectionMenu Property

In This Topic
    ShowSelectionMenu Property
    In This Topic
    Gets or sets a value that indicates whether the grid shows menu when select rows or cells.
    Syntax
    'Declaration
     
    Public Property ShowSelectionMenu As Boolean
    public bool ShowSelectionMenu {get; set;}
    See Also