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