Scheduler for WPF
SelectedDateTime プロパティ (C1Scheduler)

C1.WPF.Schedule アセンブリ > C1.WPF.Schedule 名前空間 > C1Scheduler クラス : SelectedDateTime プロパティ
Gets or sets a DateTime currently selected in control UI. The default value is System.DateTime.Today. This is a dependency property.
シンタックス
'宣言
 
Public Property SelectedDateTime As System.Date
public System.DateTime SelectedDateTime {get; set;}
解説

This property value is related to a VisualInterval from the VisualIntervals collection that is currently selected in control UI. If this property is set to a value that is beyond a currently represented period of time defined by the VisualStartTime and VisualTimeSpan properties, the value of the VisualStartTime property is changed automatically so as to set up a period of time that includes the new SelectedDateTime property value.

You can use this property to bind the control to external controls that provides DateTime navigation, for example, bind it to the SelectedDateTime property of the C1Calendar control.

参照

C1Scheduler クラス
C1Scheduler メンバ