Scheduler for WPF | ComponentOne
C1.WPF.Schedule Namespace / CoverElementsPane Class / IsDragDropDisabled Property

In This Topic
    IsDragDropDisabled Property (CoverElementsPane)
    In This Topic
    Gets or sets a System.Boolean value that indicates whether the CoverElementsPane doesn't allow resizing and drag operations. This is a dependency property.
    Syntax
    'Declaration
     
    
    Public Property IsDragDropDisabled As Boolean
    public bool IsDragDropDisabled {get; set;}
    See Also