Xceed DataGrid for Silverlight Documentation
ColumnManagerCell Class
Members 


Specialization of the Cell class that can be used to rearrange, sort, and group the columns in a grid.
Object Model
ColumnManagerCell ClassColumn ClassRow Class
Syntax
'Declaration
 
<TemplatePartAttribute(Name="ColumnResizingThumb", Type=System.Windows.Controls.Primitives.Thumb)>
<TemplateVisualStateAttribute(Name="FixedColumnToggleButtonVisible", GroupName="FixedColumnToggleButtonVisibilityStates")>
<TemplateVisualStateAttribute(GroupName="CommonStates", Name="Pressed")>
<TemplateVisualStateAttribute(GroupName="ColumnVisibilityStates", Name="Scrolling")>
<TemplateVisualStateAttribute(GroupName="ColumnVisibilityStates", Name="Fixed")>
<TemplateVisualStateAttribute(GroupName="SortStates", Name="Ascending")>
<TemplateVisualStateAttribute(GroupName="SortStates", Name="Descending")>
<TemplateVisualStateAttribute(GroupName="SortStates", Name="None")>
<TemplateVisualStateAttribute(GroupName="FixedColumnToggleButtonVisibilityStates", Name="FixedColumnToggleButtonHidden")>
Public Class ColumnManagerCell 
   Inherits Cell
   Implements MS.Internal.IManagedPeer, MS.Internal.IManagedPeerBase, MS.Internal.INativeCoreTypeWrapper, Xceed.Silverlight.DragDrop.IProvideDraggedContentPresenter 
'Usage
 
Dim instance As ColumnManagerCell
[TemplatePartAttribute(Name="ColumnResizingThumb", Type=System.Windows.Controls.Primitives.Thumb)]
[TemplateVisualStateAttribute(Name="FixedColumnToggleButtonVisible", GroupName="FixedColumnToggleButtonVisibilityStates")]
[TemplateVisualStateAttribute(GroupName="CommonStates", Name="Pressed")]
[TemplateVisualStateAttribute(GroupName="ColumnVisibilityStates", Name="Scrolling")]
[TemplateVisualStateAttribute(GroupName="ColumnVisibilityStates", Name="Fixed")]
[TemplateVisualStateAttribute(GroupName="SortStates", Name="Ascending")]
[TemplateVisualStateAttribute(GroupName="SortStates", Name="Descending")]
[TemplateVisualStateAttribute(GroupName="SortStates", Name="None")]
[TemplateVisualStateAttribute(GroupName="FixedColumnToggleButtonVisibilityStates", Name="FixedColumnToggleButtonHidden")]
public class ColumnManagerCell : Cell, MS.Internal.IManagedPeer, MS.Internal.IManagedPeerBase, MS.Internal.INativeCoreTypeWrapper, Xceed.Silverlight.DragDrop.IProvideDraggedContentPresenter  
Inheritance Hierarchy

System.Object
   System.Windows.DependencyObject
      System.Windows.UIElement
         System.Windows.FrameworkElement
            System.Windows.Controls.Control
               System.Windows.Controls.ContentControl
                  Xceed.Silverlight.DataGrid.ContentControlBase
                     Xceed.Silverlight.DataGrid.Cell
                        Xceed.Silverlight.DataGrid.ColumnManagerCell

Requirements

Target Platforms: Windows 7, Windows Vista, Windows XP SP3, Windows Server 2008 family

See Also

Reference

ColumnManagerCell Members
Xceed.Silverlight.DataGrid Namespace

Send Feedback