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

In This Topic
    CanUserResize Property (DataGridRow)
    In This Topic
    Gets or sets a value indicating whether this row can be resized by the user.
    Syntax
    'Declaration
     
    
    Public Property CanUserResize As Boolean
    public bool CanUserResize {get; set;}

    Property Value

    true if this row can be resized by the user; otherwise, false.
    See Also