Xceed DataGrid for WPF v7.3 Documentation
ColumnChooserContextMenu Class
Members 


Xceed.Wpf.DataGrid Assembly > Xceed.Wpf.DataGrid Namespace : ColumnChooserContextMenu Class
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
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

Reference

ColumnChooserContextMenu Members
Xceed.Wpf.DataGrid Namespace