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

In This Topic
    CanUserResize Property (DataGridNewRowHeaderPresenter)
    In This Topic
    Gets or sets a value indicating whether the user can adjust row height by dragging the bottom edge of the row header.
    Syntax
    'Declaration
     
    
    Public Property CanUserResize As Boolean
    public bool CanUserResize {get; set;}
    See Also