Skip to main content

RemindersFormEventArgs.Form Property

Gets or sets the form which will be invoked.

Namespace: DevExpress.Xpf.Scheduler

Assembly: DevExpress.Xpf.Scheduler.v14.2.dll

#Declaration

public RemindersFormBase Form { get; set; }

#Property Value

Type Description
DevExpress.Xpf.Scheduler.UI.RemindersFormBase

A DevExpress.Xpf.Scheduler.UI.RemindersFormBase class descendant that specifies the form that will be displayed.

#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