Represents a control that displays a schedule definition based on a schedule definition data item.
Use Content property to set the schedule definition data item managed by the control.
It is recommended to set at least these data member properties: DefinitionStringMemberPath.
These data member properties can also be set: ContentMemberPath.
Alternatively you can set the ScheduleDefinitionManagerSource to a customized schedule definition manager to use and to select the schedule definition content from.
It is recommended to use a single ScheduleDefinitionManager instance for each set of distinct schedule definition data items and data member properties at any specific time, and to use the Dispose method to release the resources used by an instance that is no longer needed.
Namespace:
DlhSoft.Windows.ControlsAssembly: DlhSoft.ProjectData.Management.Controls (in DlhSoft.ProjectData.Management.Controls.dll)
Syntax
C# |
---|
[LocalizabilityAttribute(LocalizationCategory.None, Readability = Readability.Unreadable)] public class ScheduleDefinitionView : EntityViewBase, IScheduleDefinitionView, IExportableControl |
Visual Basic (Declaration) |
---|
<LocalizabilityAttribute(LocalizationCategory.None, Readability := Readability.Unreadable)> _ Public Class ScheduleDefinitionView _ Inherits EntityViewBase _ Implements IScheduleDefinitionView, IExportableControl |
Inheritance Hierarchy
System..::.Object
System.Windows.Threading..::.DispatcherObject
System.Windows..::.DependencyObject
System.Windows.Media..::.Visual
System.Windows..::.UIElement
System.Windows..::.FrameworkElement
System.Windows.Controls..::.Control
DlhSoft.Windows.Controls.Primitives..::.ContentControlBase
DlhSoft.Windows.Controls..::.ContentControl
DlhSoft.Windows.Controls..::.EntityViewBase
DlhSoft.Windows.Controls..::.ScheduleDefinitionView
System.Windows.Threading..::.DispatcherObject
System.Windows..::.DependencyObject
System.Windows.Media..::.Visual
System.Windows..::.UIElement
System.Windows..::.FrameworkElement
System.Windows.Controls..::.Control
DlhSoft.Windows.Controls.Primitives..::.ContentControlBase
DlhSoft.Windows.Controls..::.ContentControl
DlhSoft.Windows.Controls..::.EntityViewBase
DlhSoft.Windows.Controls..::.ScheduleDefinitionView