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

In This Topic
    CanUserResize Property (DataGridRowHeaderPresenter)
    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