The ScheduleItemDialog type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| ScheduleItemDialog |
Initializes a new instance of the ScheduleItemDialog class.
|
Methods
| Name | Description | |
|---|---|---|
| InitializeComponent |
InitializeComponent
|
Fields
| Name | Description | |
|---|---|---|
| EndDateProperty |
Identifies the EndDate property.
| |
| EndTimeProperty |
Identifies the EndTime property.
| |
| StartDateProperty |
Identifies the StartDate property.
| |
| StartTimeProperty |
Identifies the StartTime property.
| |
| SubjectProperty |
Identifies the Subject property.
|
Properties
| Name | Description | |
|---|---|---|
| DialogResult |
Gets the dialog result.
| |
| EndDate |
Gets or sets the EndDate.
This is a dependency property.
| |
| EndTime |
Gets or sets the EndTime.
This is a dependency property.
| |
| ScheduleItem |
Gets the ScheduleItem being edited.
| |
| StartDate |
Gets or sets the StartDate.
This is a dependency property.
| |
| StartTime |
Gets or sets the StartTime.
This is a dependency property.
| |
| Subject |
Gets or sets the Subject.
This is a dependency property.
|
Events
| Name | Description | |
|---|---|---|
| Closed |
Raised when this ScheduleItemDialog is closed.
|