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

Namespace:  C1.Silverlight.FlexGrid
Assembly:  C1.Silverlight.FlexGrid.4 (in C1.Silverlight.FlexGrid.4.dll)

Syntax

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

See Also