Calendar Members
In This Article
#Constructors
Name | Description |
---|---|
Calendar() | Initializes a new instance of the Calendar class. |
#Fields
Name | Description |
---|---|
Appointment |
Identifies the Appointment |
Appointments |
Identifies the Appointments |
Caption |
Identifies the Caption dependency property.
Inherited from Calendar |
Label |
Identifies the Label |
Labels |
Identifies the Labels |
Resource |
Identifies the Resource |
Resources |
Identifies the Resources |
Statuses |
Identifies the Statuses |
Status |
Identifies the Status |
Style |
Identifies the Style |
Time |
Identifies the Time |
Visible |
Identifies the Visible dependency property.
Inherited from Calendar |
#Properties
Name | Description |
---|---|
Actual |
Inherited from Calendar |
Appointment |
|
Appointments |
Provides access to the appointments.
Inherited from Calendar |
Appointments |
Gets or sets a collection of objects containing appointment information. This is a dependency property. |
Caption |
Inherited from Calendar |
Host |
Inherited from Calendar |
Label |
Gets an object that specifies how label properties map to the data source fields. This is a dependency property. |
Labels |
Returns the Calendar appointment labels collection.
Inherited from Calendar |
Labels |
Gets or sets a collection of objects containing label information. This is a dependency property. |
Resource |
|
Resources |
Provides access to the resources for appointments.
Inherited from Calendar |
Resources |
Gets or sets a collection of objects containing resource information. This is a dependency property. |
Statuses |
Returns the calendar’s appointment statuses collection.
Inherited from Calendar |
Statuses |
Gets or sets a collection of objects containing status information. This is a dependency property. |
Status |
Gets an object that specifies how appointment status properties map to the data source fields. |
Style |
Inherited from Calendar |
Time |
Gets or sets the time zone for the Calendar. This is a dependency property.
Inherited from Calendar |
Visible |
Inherited from Calendar |
#Methods
Name | Description |
---|---|
Equals |
Determines whether the specified object instances are considered equal. Inherited from Object. |
Get |
Retrieves the collection of appointments that fall within the specified time interval. |
Get |
Gets the Type of the current instance. Inherited from Object. |
Memberwise |
Creates a shallow copy of the current Object. Inherited from Object. |
Reference |
Determines whether the specified Object instances are the same instance. Inherited from Object. |
To |
Returns a string that represents the current object. Inherited from Object. |
See Also