CustomizeTimeRulerFormEventArgs Properties
Provides data for the SchedulerControl.CustomizeTimeRulerFormShowing event.
Name | Description |
---|---|
Allow |
Gets or sets a value indicating whether end-users are allowed to resize the form.
Inherited from Form |
Cancel |
Gets or sets the value indicating whether to cancel invoking the form.
Inherited from Form |
Form |
Gets or sets the form to be invoked.
Inherited from Form |
Size |
Obsolete. This API is obsolete now.
Inherited from Form |
Time |
Gets the time ruler that is customized via the Time Ruler dialog. |
View |
Gets or sets the View Model for the form which will be invoked.
Inherited from Form |
See Also