Class SchedulerEmptyView
Represents a view that is displayed when the Rad
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 Control
Declaration
public static readonly BindableProperty ControlTemplateProperty
Field Value
Microsoft.
|
Properties
ControlTemplate
Gets or sets the control template of this view.
Declaration
public ControlTemplate ControlTemplate { get; set; }
Property Value
Microsoft.
|