| 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
Syntaxpublic bool IsChanged { get; }Public ReadOnly Property IsChanged As Boolean
	Get
member IsChanged : bool with get
Property Value
Type: 
Booleantrue if is changed; otherwise, 
false.
 Remarks
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
See Also