ComponentOne DataGrid for WPF and Silverlight
CanUserResize Property (DataGridRow)

C1.WPF.DataGrid Namespace > DataGridRow Class : CanUserResize Property
Gets or sets a value indicating whether this row can be resized by the user.
Syntax
'Declaration
 
Public Property CanUserResize As System.Boolean
public System.bool CanUserResize {get; set;}

Property Value

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

Reference

DataGridRow Class
DataGridRow Members