Click or drag to resize

TreeGridViewDragInfoIsChanged Property

Gets a value indicating whether this TreeGridDragInfo is changed.

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public bool IsChanged { get; }

Property Value

Type: Boolean
true if is changed; otherwise, false.
Remarks
This will return true if the InsertIndex or Parent have been set. This is useful for platform implementations to determine if the drop target has been modified.
See Also