InterfaceISchedulerDialogHost
Interface
Provides the properties and methods for a control that can host a Scheduler dialog.
Definition
Namespace:Telerik.UI.Xaml.Controls.Scheduler
Assembly:Telerik.WinUI.Controls.dll
Syntax:
cs-api-definition
public interface ISchedulerDialogHost
Derived Classes:
Properties
Content
Gets or sets the Content of the host control.
DataContext
Gets or sets the data context for the host control.
Scheduler
Gets or sets a reference to the owner RadScheduler.
Style
Gets or sets the Style for the host control.
Declaration
cs-api-definition
Style Style { get; set; }
Property Value
Style
Methods
Show(bool)
Shows the host control.
Declaration
cs-api-definition
void Show(bool isModal)
Parameters
isModal
Specifies whether the host should be modal or not.
Events
Closed
Occurs when the host is closed.
Declaration
cs-api-definition
event EventHandler<WindowClosedEventArgs> Closed
Event Value