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

VisualVerticalWeekViewResource Properties

Provides information on visual elements combined into resource containers displayed in the SchedulerControl, when the Week View is currently active and appointments are grouped by resources or no grouping is applied.
Name Description
DependencyObjectType Gets the DependencyObjectType that wraps the CLR type of this instance. Inherited from DependencyObject.
Dispatcher Gets the Dispatcher this DispatcherObject is associated with. Inherited from DispatcherObject.
IsSealed Gets a value that indicates whether this instance is currently sealed (read-only). Inherited from DependencyObject.
NextNavButtonEnabled Gets or sets whether the Next Appointment navigation button displayed for a particular resource is enabled. Inherited from VisualResource.
NextNavButtonInfo This member supports the internal infrastructure and is not intended to be used directly from your code. Inherited from VisualResource.
NextNavButtonVisibility Gets or sets the visibility state of the Next Appointment navigation button displayed for a particular resource. Inherited from VisualResource.
PrevNavButtonEnabled Gets or sets whether the Previous Appointment navigation button displayed for a particular resource is enabled and end-users can perform actions on it. Inherited from VisualResource.
PrevNavButtonInfo This member supports the internal infrastructure and is not intended to be used directly from your code. Inherited from VisualResource.
PrevNavButtonVisibility Gets or sets the visibility state of the Previous Appointment navigation button displayed for a particular resource. Inherited from VisualResource.
ResourceHeader Specifies an object which contains information on the resource header. Inherited from VisualResource.
SimpleIntervals Gets the collection of time intervals displayed for a particular resource. Inherited from VisualResource.
View Gets the view of the Scheduler control. Inherited from VisualResource.
See Also