Gets or sets a value that indicates whether the user can move this row or column
to a new position with the mouse.
Namespace:
C1.Phone.FlexGridAssembly: C1.Phone.FlexGrid (in C1.Phone.FlexGrid.dll)
Syntax
C# |
---|
[DefaultValueAttribute(true)] public bool AllowDragging { get; set; } |
Visual Basic |
---|
<DefaultValueAttribute(True)> _ Public Property AllowDragging As Boolean Get Set |