FlexGrid for WinForms | ComponentOne
C1.Win.C1FlexGrid Namespace / C1FlexGridBase Class / ColumnContextMenuEnabled Property

In This Topic
    ColumnContextMenuEnabled Property (C1FlexGridBase)
    In This Topic
    Gets or sets the System.Boolean value specifying whether column context menu should be opened when the user performs right mouse click on the column header.
    Syntax
    'Declaration
     
    
    Public Property ColumnContextMenuEnabled As Boolean
    public bool ColumnContextMenuEnabled {get; set;}
    See Also