Interface ISchedulerDialogHost
Namespace: Telerik.UI.Xaml.Controls.Scheduler
Assembly: Telerik.WinUI.Controls.dll
Syntax
public interface ISchedulerDialogHost
Properties
Content
Declaration
object Content { get; set; }
Property Value
System.
|
DataContext
Declaration
object DataContext { get; set; }
Property Value
System.
|
Scheduler
Style
Declaration
Style Style { get; set; }
Property Value
Microsoft.
|
Methods
Close()
Declaration
void Close()
Show(Boolean)
Declaration
void Show(bool isModal)
Parameters
System.
|
Events
Closed
Declaration
event EventHandler<WindowClosedEventArgs> Closed
Event Type
System.
|