Class SchedulerEmptyView
Represents a view that is displayed when the RadScheduler is empty and has no ViewDefinitions.
Inheritance
System.Object
SchedulerEmptyView
Namespace: Telerik.Maui.Controls.Scheduler
Assembly: Telerik.Maui.Controls.dll
Syntax
public class SchedulerEmptyView : ContentView
Constructors
SchedulerEmptyView()
Fields
ControlTemplateProperty
Identifies the ControlTemplate property.
Declaration
public static readonly BindableProperty ControlTemplateProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
Properties
ControlTemplate
Gets or sets the control template of this view.
Declaration
public ControlTemplate ControlTemplate { get; set; }
Property Value
Microsoft.Maui.Controls.ControlTemplate
|