ComponentOne DataGrid for WPF and Silverlight
C1.Silverlight.DataGrid Namespace / DataGridComboBoxColumn Class / CanUserMove Property

In This Topic
    CanUserMove Property (DataGridComboBoxColumn)
    In This Topic
    Gets or sets a value that indicates whether the user can change the column display order by dragging column headers with the mouse.
    Syntax
    'Declaration
     
    
    Public Property CanUserMove As Boolean
    public bool CanUserMove {get; set;}
    See Also