ComponentOne DataGrid for WPF and Silverlight
C1.Silverlight.DataGrid Namespace / DataGridVerticalFreezingSeparatorPresenter Class
Members

In This Topic
    DataGridVerticalFreezingSeparatorPresenter Class
    In This Topic
    Represent the visual element of a freezing vertical separator.
    Object Model
    DataGridVerticalFreezingSeparatorPresenter Class
    Syntax
    'Declaration
     
    
    <TemplateVisualStateAttribute(Name="Dragging", GroupName="MovementStates")>
    Public Class DataGridVerticalFreezingSeparatorPresenter 
       Inherits System.Windows.Controls.Control
    [TemplateVisualState(Name="Dragging", GroupName="MovementStates")]
    public class DataGridVerticalFreezingSeparatorPresenter : System.Windows.Controls.Control 
    Inheritance Hierarchy

    System.Object
       System.Windows.DependencyObject
          System.Windows.UIElement
             System.Windows.FrameworkElement
                System.Windows.Controls.Control
                   C1.Silverlight.DataGrid.DataGridVerticalFreezingSeparatorPresenter

    See Also