Class SchedulerDialogOpeningEventArgs
Contains information about the dialog which is going to be shown.
Inherited Members
Namespace: Telerik.Maui.Controls.Scheduler
Assembly: Telerik.Maui.Controls.dll
Syntax
public class SchedulerDialogOpeningEventArgs : SchedulerDialogEventArgs
Constructors
SchedulerDialogOpeningEventArgs(SchedulerDialogType)
Initializes a new instance of the SchedulerDialogOpeningEventArgs class.
Declaration
public SchedulerDialogOpeningEventArgs(SchedulerDialogType dialogType)
Parameters
SchedulerDialogType
dialogType
|
Properties
Cancel
Gets or sets a value indicating whether the dialog should be opened.
Declaration
public bool Cancel { get; set; }
Property Value
System.Boolean
|