Xceed DataGrid for WPF v7.3 Documentation
Xceed.Wpf.DataGrid Assembly / Xceed.Wpf.DataGrid Namespace / ColumnChooserContextMenu Class
Members


In This Topic
    ColumnChooserContextMenu Class
    In This Topic
    Class that represents a built-in context menu that allows end users to show and hide columns in a grid.
    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 ColumnChooserContextMenu 
       Inherits System.Windows.Controls.ContextMenu
    'Usage
     
    Dim instance As ColumnChooserContextMenu
    [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 ColumnChooserContextMenu : 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
                                  Xceed.Wpf.DataGrid.ColumnChooserContextMenu

    Requirements

    See Also