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

In This Topic
    CanUserResize Property (DataGridComboBoxColumn)
    In This Topic
    Gets or sets whether the user can resize the column by dragging the border on the right of the column header presenter.
    Syntax
    'Declaration
     
    
    Public Property CanUserResize As Boolean
    public bool CanUserResize {get; set;}
    See Also