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.Object
|
DataContext
Declaration
object DataContext { get; set; }
Property Value
|
System.Object
|
Scheduler
Style
Declaration
Style Style { get; set; }
Property Value
|
Microsoft.UI.Xaml.Style
|
Methods
Close()
Declaration
void Close()
Show(Boolean)
Declaration
void Show(bool isModal)
Parameters
|
System.Boolean
isModal
|
Events
Closed
Declaration
event EventHandler<WindowClosedEventArgs> Closed
Event Type
|
System.EventHandler<WindowClosedEventArgs>
|