Nevron Open Vision Documentation
Nevron.Nov.Schedule Namespace / ENScheduleInteractivity Enumeration


In This Topic
    ENScheduleInteractivity Enumeration
    In This Topic
    Enumerates the schedule interactivity options. This is a masked enum.
    Syntax
    'Declaration
     
    
    <System.FlagsAttribute()>
    Public Enum ENScheduleInteractivity 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As ENScheduleInteractivity
    [System.Flags()]
    public enum ENScheduleInteractivity : System.Enum 
    Members
    MemberDescription
    AllAll interactivity options are enabled.
    EditEditing of appointment properties through a dialog.
    MoveMoving of appointments through dragging.
    NoneAll interactivity options are disabled.
    ResizeResizing of appointments through dragging its start and end points.
    SnapSnapping of appointments to time intervals when moved or resized.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Nevron.Nov.Schedule.ENScheduleInteractivity

    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also