ComponentOne FlexPivot for WinForms
C1.Win.FlexPivot.4.5.2 Assembly / C1.Win.FlexPivot Namespace / C1FlexPivotPanel Class / FieldsContextMenu Property

In This Topic
    FieldsContextMenu Property (C1FlexPivotPanel)
    In This Topic
    References the context menu for field lists.
    Syntax
    'Declaration
     
    Public ReadOnly Property FieldsContextMenu As C1.Win.C1Command.C1ContextMenu
    public C1.Win.C1Command.C1ContextMenu FieldsContextMenu {get;}
    Remarks
    You can obtain appropriate list by FieldsContextMenu.SourceControl property.
    See Also