Skip to main content
A newer version of this page is available. .

ViewBase Members

The base class for all scheduler views.

Fields

Name Description
DataStorageProperty static Identifies the DataStorage dependency property.
FirstDayOfWeekProperty static Identifies the FirstDayOfWeek dependency property.
StartProperty static Identifies the Start dependency property.
WorkDaysProperty static Identifies the WorkDays dependency property.

Properties

Name Description
DataStorage Gets or sets the storage that holds scheduler view’s data (appointments, labels and statuses).
FirstDayOfWeek Gets or sets the day from which the scheduler starts a week.
Start Gets or sets the scheduler start date.
VisibleIntervals Gets the collection of time intervals the scheduler view displays.
WorkDays Gets or sets days that form a work week.

Methods

Name Description
Equals(Object, Object) static Determines whether the specified object instances are considered equal. Inherited from Object.
Equals(Object) Determines whether the specified object is equal to the current object. Inherited from Object.
GetHashCode() Serves as the default hash function. Inherited from Object.
GetType() Gets the Type of the current instance. Inherited from Object.
MemberwiseClone() protected Creates a shallow copy of the current Object. Inherited from Object.
ReferenceEquals(Object, Object) static Determines whether the specified Object instances are the same instance. Inherited from Object.
ToString() Returns a string that represents the current object. Inherited from Object.

Events

Name Description
DoubleTap Fires when users double tap on the scheduler view.
LongPress Fires when users long press on the scheduler view.
Tap Fires when users tap on the scheduler view.
See Also