VisualResource Properties
Serves as the base for classes that provide information on visual elements (resource headers, navigation buttons, etc.) combined into resource containers in different views.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. |
NextNavButtonInfo | This member supports the internal infrastructure and is not intended to be used directly from your code. |
NextNavButtonVisibility | Gets or sets the visibility state of the Next Appointment navigation button displayed for a particular resource. |
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. |
PrevNavButtonInfo | This member supports the internal infrastructure and is not intended to be used directly from your code. |
PrevNavButtonVisibility | Gets or sets the visibility state of the Previous Appointment navigation button displayed for a particular resource. |
ResourceHeader | Specifies an object which contains information on the resource header. |
SimpleIntervals | Gets the collection of time intervals displayed for a particular resource. |
View | Gets the view of the Scheduler control. |
See Also