FlexSheet for WPF | ComponentOne
C1.WPF.FlexGrid Namespace / SheetContextMenu Class
Members

In This Topic
    SheetContextMenu Class
    In This Topic
    Context menu defines for C1FlexSheet tabs, which include insert, delete, rename, hide, unhide functions.
    Object Model
    SheetContextMenu Class
    Syntax
    'Declaration
     
    
    <DefaultEventAttribute("Opened")>
    <LocalizabilityAttribute(LocalizationCategory.Menu)>
    <StyleTypedPropertyAttribute(Property="ItemContainerStyle", StyleTargetType=System.Windows.Controls.MenuItem)>
    <DefaultPropertyAttribute("Items")>
    <ContentPropertyAttribute("Items")>
    <XmlLangPropertyAttribute("Language")>
    <UsableDuringInitializationAttribute(True)>
    <RuntimeNamePropertyAttribute("Name")>
    <UidPropertyAttribute("Uid")>
    <TypeDescriptionProviderAttribute(MS.Internal.ComponentModel.DependencyObjectProvider)>
    <NameScopePropertyAttribute("NameScope", System.Windows.NameScope)>
    Public Class SheetContextMenu 
       Inherits System.Windows.Controls.ContextMenu
    [DefaultEvent("Opened")]
    [Localizability(LocalizationCategory.Menu)]
    [StyleTypedProperty(Property="ItemContainerStyle", StyleTargetType=System.Windows.Controls.MenuItem)]
    [DefaultProperty("Items")]
    [ContentProperty("Items")]
    [XmlLangProperty("Language")]
    [UsableDuringInitialization(true)]
    [RuntimeNameProperty("Name")]
    [UidProperty("Uid")]
    [TypeDescriptionProvider(MS.Internal.ComponentModel.DependencyObjectProvider)]
    [NameScopeProperty("NameScope", System.Windows.NameScope)]
    public class SheetContextMenu : System.Windows.Controls.ContextMenu 
    Inheritance Hierarchy

    System.Object
       System.Windows.Threading.DispatcherObject
          System.Windows.DependencyObject
             System.Windows.Media.Visual
                System.Windows.UIElement
                   System.Windows.FrameworkElement
                      System.Windows.Controls.Control
                         System.Windows.Controls.ItemsControl
                            System.Windows.Controls.Primitives.MenuBase
                               System.Windows.Controls.ContextMenu
                                  C1.WPF.FlexGrid.SheetContextMenu

    See Also