GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoView Class / AllowDrop Property
In This Topic
    AllowDrop Property
    In This Topic
    Gets and sets whether this view accepts drop events of drag-and-drop operations.
    Syntax
    [Category("Behavior")]
    [DefaultValue(true)]
    [Description("Whether to accept drag-and-drop events")]
    public override bool AllowDrop {get; set;}

    Property Value

    The default value is true
    Remarks
    If there is a SecurityException when setting this property, the AllowDragOut property is set to false.
    See Also