Version

UltraTimelineViewState Enumeration

Bit flags that describe the state of the UltraTimelineView control.
Syntax
'Declaration
 
Public Enum UltraTimelineViewState 
   Inherits System.Enum
public enum UltraTimelineViewState : System.Enum 
Members
MemberDescription
ActiveOwnerThe ActiveOwner property returns a non-null value.
ActiveOwnerLockedThe ActiveOwner is locked (the Locked property is set to true, preventing certain user interface actions).
ActivitySelectedAn Appointment or Holiday is currently selected.
AppointmentEditingAn edit mode session is currently underway for an Appointment.
AppointmentResizingThe AllowAppointmentResize property is true, and the user is currently in the process of resizing an Appointment.
AutoAppointmentCreateThe AutoAppointmentCreate property returns true, enabling the user to create appointments by pressing the enter key or spacebar when one or more time slots are selected.
AutoAppointmentDialogThe AutoAppointmentDialog property returns true.
DateTimeRangeSelectedThe SelectedDateTimeRange property returns a non-null value.
FirstVisibleActivitySelectedThe first activity within the viewable area of the control is currently selected.
MultipleOwnersThe OwnerGroupingStyle property resolves to 'Separate'
NoneNo particular state.
NonVisibleOwnersThe 'MultipleOwners' bit is set, and the control is not currently displaying all members of the VisibleOwners collection. A vertical scrollbar is displayed unless property settings indicate that it should not be.
OnlyAppointmentsSelectedThe SelectedAppointments collection is non-empty, and all other selected activity collections are empty.
SingleAppointmentSelectedOne Appointment is currently selected.
TabKeyNavigatesNextThe TabNavigation property is set to a value that will cause the tab key to navigate to the next activity.
TabKeyNavigatesPreviousThe TabNavigation property is set to a value that will cause the tab key to navigate to the previous activity, if pressed in conjunction with the shift key.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also