Skip to main content

DayViewAppearance Members

Provides the appearance settings used to paint a Day View.

Constructors

Name Description
DayViewAppearance() Initializes a new instance of the DayViewAppearance class with default settings.

Properties

Name Description
AdditionalHeaderCaption Gets the appearance settings used to paint an additional header shown in the Agenda View and far aligned. Inherited from BaseHeaderAppearance.
AllDayArea Gets the appearance settings used to paint an all-day area within the Day View.
AllDayAreaSeparator Gets the appearance settings used to paint the all-day area‘s separator.
AllDayAreaToday
AlternateAdditionalHeaderCaption Gets the appearance settings used to paint additional alternate (“Today”) header shown in the Agenda View and far aligned. Inherited from BaseHeaderAppearance.
AlternateHeaderCaption Gets the appearance settings used to paint the alternate (Today) header. Inherited from BaseHeaderAppearance.
AlternateHeaderCaptionLine Gets the appearance settings used to paint the horizontal line under the alternate (Today) header. Inherited from BaseHeaderAppearance.
Appointment Gets the appearance settings used to paint an appointment within the View. Inherited from BaseViewAppearance.
HeaderCaption Gets the appearance settings used to paint headers. Inherited from BaseHeaderAppearance.
HeaderCaptionLine Gets the appearance settings used to paint the horizontal line under the header. Inherited from BaseHeaderAppearance.
IsDisposed Gets whether the current object has been disposed of. Inherited from BaseAppearanceCollection.
IsLoading Indicates whether the collection’s owner is currently being initialized. Inherited from BaseAppearanceCollection.
MoreButton Inherited from BaseViewAppearance.
MoreButtonHovered Inherited from BaseViewAppearance.
NavigationButton Provides access to an object that specifies the appearance settings for the Navigation button. Inherited from BaseViewAppearance.
NavigationButtonDisabled Provides access to an object that specifies the appearance settings for the disabled Navigation button. Inherited from BaseViewAppearance.
ResourceHeaderCaption Gets the appearance settings used to paint resource headers. Inherited from BaseViewAppearance.
ResourceHeaderCaptionLine Gets the appearance settings used to paint the horizontal line under the resource header. Inherited from BaseViewAppearance.
SelectedAllDayArea Gets the appearance settings used to paint the all-day area being selected within the current Day View.
SelectedAllDayAreaToday
Selection Gets the appearance settings used to paint a selection within the View. Inherited from BaseHeaderAppearance.
TabArea Inherited from BaseViewAppearance.
TabHeader Inherited from BaseViewAppearance.
TimeRuler Gets the appearance settings used to paint the time ruler within the Day View.
TimeRulerCurrentHourCell
TimeRulerHourLine Gets the appearance settings for the hour lines inside the Day View’s time ruler. Custom appearance settings are in effect only when the Scheduler is not skinned.
TimeRulerLine Gets the appearance settings used to paint the lines displayed between hours within the Day View’s time ruler.
TimeRulerNowArea Gets the appearance settings used to paint the area that represents the current time within the Day View’s time ruler.
TimeRulerNowLine Gets the appearance settings used to paint the now area’s line that points to the current time within the Day View’s time ruler.

Methods

Name Description
Assign(BaseAppearanceCollection) Copies the settings from the object passed as the parameter. Inherited from BaseAppearanceCollection.
AssignInternal(BaseAppearanceCollection) Copies the settings from the object passed as the parameter without raising the BaseAppearanceCollection.Changed event. Inherited from BaseAppearanceCollection.
BeginUpdate() Locks the BaseAppearanceCollection, preventing change notifications (and visual updates) from being raised by the object until the EndUpdate or CancelUpdate method is called. Inherited from BaseAppearanceCollection.
CancelUpdate() Unlocks the BaseAppearanceCollection object after it has been locked by the BeginUpdate method, without causing an immediate visual update. Inherited from BaseAppearanceCollection.
Combine(BaseAppearanceCollection, AppearanceDefaultInfo[], Boolean) Copies the activated appearance settings of the object passed as the parameter and activates their corresponding options, any properties not activated are set to the value in the default appearance object. Inherited from BaseAppearanceCollection.
Combine(BaseAppearanceCollection, AppearanceDefaultInfo[]) Copies the activated appearance settings of the object passed as the parameter to the current object, any properties that aren’t activated are set to the value in the default appearance object. Inherited from BaseAppearanceCollection.
Dispose() Inherited from BaseViewAppearance.
EndUpdate() Unlocks the BaseAppearanceCollection object after a call to the BeginUpdate method and causes an immediate visual update. Inherited from BaseAppearanceCollection.
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.
GetAppearance(String) Gets an appearance object contained within the collection by its name. Inherited from BaseAppearanceCollection.
GetEnumerator() Returns an IDictionaryEnumerator that can iterate through the hashtable. Inherited from BaseAppearanceCollection.
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.
Reset() Resets the properties of all the appearance objects within the collection to their default values. Inherited from BaseAppearanceCollection.
RestoreLayoutFromRegistry(String) Restores the appearance settings stored at the specified system registry path. Inherited from BaseAppearanceCollection.
RestoreLayoutFromStream(Stream) Restores the appearance settings from the specified stream. Inherited from BaseAppearanceCollection.
RestoreLayoutFromXml(String) Loads the appearance settings stored in the specified XML file. Inherited from BaseAppearanceCollection.
SaveLayoutToRegistry(String) Saves the appearance settings to a system registry path. Inherited from BaseAppearanceCollection.
SaveLayoutToStream(Stream) Saves the appearance settings to a specific stream. Inherited from BaseAppearanceCollection.
SaveLayoutToXml(String) Saves the appearance settings to a specific XML file. Inherited from BaseAppearanceCollection.
ShouldSerialize() Tests whether the BaseAppearanceCollection should be persisted. Inherited from BaseAppearanceCollection.
ToString() Returns a string that represents the current object. Inherited from Object.
UpdateRightToLeft(Boolean) Updates the right-to-left text direction option. Inherited from BaseAppearanceCollection.

Events

Name Description
Changed Fires when the collection is changed. Inherited from BaseAppearanceCollection.
PaintChanged Occurs when specific settings that control the text appearance are changed. Inherited from BaseAppearanceCollection.
SizeChanged Occurs when specific settings that control text size are changed. Inherited from BaseAppearanceCollection.
See Also