Gets or sets a value that indicates whether the user can resize this row or column with the mouse.

Namespace:  C1.Phone.FlexGrid
Assembly:  C1.Phone.FlexGrid (in C1.Phone.FlexGrid.dll)

Syntax

C#
[DefaultValueAttribute(true)]
public bool AllowResizing { get; set; }
Visual Basic
<DefaultValueAttribute(True)> _
Public Property AllowResizing As Boolean
	Get
	Set

See Also