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

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