Scheduler for WinForms | ComponentOne
C1.Win.C1Schedule.Extended.4.5.2 Assembly / C1.Win.C1Schedule Namespace / C1AgendaView Class / AllowDragging Property

In This Topic
    AllowDragging Property (C1AgendaView)
    In This Topic
    Gets or sets whether the user is allowed to drag rows and columns with the mouse.
    Syntax
    'Declaration
     
    Public Shadows Property AllowDragging As C1.Win.C1FlexGrid.AllowDraggingEnum
    public new C1.Win.C1FlexGrid.AllowDraggingEnum AllowDragging {get; set;}
    See Also