Back to Devexpress

TimeRegionItem Members

wpf-devexpress-dot-xpf-dot-scheduling-dot-timeregionitem-dot-underscore-members.md

latest8.3 KB
Original Source

TimeRegionItem Members

A time region in the Scheduler.

Constructors

NameDescription
TimeRegionItem()Initializes a new instance of the TimeRegionItem class.
TimeRegionItem(TimeRegionType)Initializes a new instance of the TimeRegionItem class with specified settings.

Properties

NameDescription
AllDayGets or sets whether the current appointment lasts the entire day (or several days). Inherited from SchedulerItemBase.
BrushGets or sets the brush associated with the time region item.
BrushNameSpecifies the name of the brush associated with the time region item.
CustomFieldsInherited from SourceObjectContainer.
DurationGets the appointment’s duration. Inherited from SchedulerItemBase.
EndGets or sets the appointment’s end date and time. Inherited from SchedulerItemBase.
IdGets the object’s identifier. Inherited from SourceObjectContainer.
IntervalReturns the normalized duration based on the Start and End values. Inherited from SchedulerItemBase.
QueryEndGets the normalized appointment end value which is recommended for use in interval-based appointment data source queries. Inherited from SchedulerItemBase.
QueryStartGets the normalized appointment start value which is recommended for use in interval-based appointment data source queries. Inherited from SchedulerItemBase.
RecurrenceIndexGets the appointment index in the recurring series. Inherited from SchedulerItemBase.
RecurrenceInfoGets or sets information that defines an appointment’s recurrence rule. Inherited from SchedulerItemBase.
RecurrenceInfoIdReturns the identifier of the recurrence info. Inherited from SchedulerItemBase.
ResourceIdGets or sets the identifier of the associated resource, or the first resource identifier if an appointment has several assigned resources. Inherited from SchedulerItemBase.
ResourceIdsProvides access to the collection of identifiers of the associated resources. Inherited from SchedulerItemBase.
SourceObjectProvides access to the data object bound to the current persistent instance. Inherited from SourceObjectContainer.
StartGets or sets the start date and time of the appointment. Inherited from SchedulerItemBase.
TimeZoneIdGets or sets the appointment time zone. Inherited from SchedulerItemBase.
TypeGets or sets the type of the time region item.

Methods

NameDescription
Equals(Object, Object) staticDetermines 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.
HasEmptyResource()Inherited from SchedulerItemBase.
HasResource(Object)Indicates whether the item is associated with the specified resource. Inherited from SchedulerItemBase.
MemberwiseClone() protectedCreates a shallow copy of the current Object. Inherited from Object.
ReferenceEquals(Object, Object) staticDetermines whether the specified Object instances are the same instance. Inherited from Object.
Refresh()Inherited from SchedulerItemBase.
RestoreOccurrence()Replaces an exception in a recurring series with a regular occurrence.
SetPatternReference(Object, Int32)Sets the recurrence index to the appointment. Inherited from SchedulerItemBase.
ToString()Returns a string that represents the current object. Inherited from Object.

Events

NameDescription
ResourceIdsChangedOccurs when the ResourceIds property value has changed. Inherited from SchedulerItemBase.

See Also

TimeRegionItem Class

DevExpress.Xpf.Scheduling Namespace