Spread WPF 17
GrapeCity.Windows.SpreadSheet.Data Namespace / FloatingObject Class / DynamicMove Property


In This Topic
    DynamicMove Property
    In This Topic
    Gets or sets whether the object moves when hiding or showing, resizing, or moving rows or columns.
    Syntax
    'Declaration
     
    Public Property DynamicMove As Boolean
    'Usage
     
    Dim instance As FloatingObject
    Dim value As Boolean
     
    instance.DynamicMove = value
     
    value = instance.DynamicMove
    public bool DynamicMove {get; set;}

    Property Value

    true if the object dynamically moves; otherwise, false.
    See Also