RemindersFormEventArgs.Form Property
In This Article
Gets or sets the form which will be invoked.
Namespace: DevExpress.Xpf.Scheduler
Assembly: DevExpress.Xpf.Scheduler.v14.2.dll
#Declaration
#Property Value
Type | Description |
---|---|
DevExpress. |
A DevExpress. |
#Remarks
Use the Form property to specify the form to be invoked after the event is handled. For example, you can use this property to replace the default form with a custom form.
See Also