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

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