Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Slicers Namespace / Slicer Class / DisableMoveResizeUI Property


In This Topic
    DisableMoveResizeUI Property (Slicer)
    In This Topic
    Gets or sets whether the specified slicer can be moved or resized by using the user interface.
    Syntax
    'Declaration
     
    
    Public Property DisableMoveResizeUI As Boolean
    'Usage
     
    
    Dim instance As Slicer
    Dim value As Boolean
     
    instance.DisableMoveResizeUI = value
     
    value = instance.DisableMoveResizeUI
    public bool DisableMoveResizeUI {get; set;}

    Property Value

    true if the slicer cannot be moved or resized by selecting borders or handles in the user interface; otherwise, false. Setting the DisableMoveResizeUI property to true affects only the user interface.
    See Also