SchedulerDialog
Class
Represents the base class for all dialogs that can be opened by the RadScheduler control.
Definition
Namespace:Telerik.Maui.Controls.Scheduler
Assembly:Telerik.Maui.Controls.dll
Syntax:
C#
public class SchedulerDialog : RadBorder, IRadBorder, IRadContentView, IContentView, IView, IElement, ITransform, IPadding, ICrossPlatformLayout
Inheritance: objectRadContentViewRadBorderSchedulerDialog
Implements:
Inherited Members
Constructors
Initializes a new instance of the SchedulerDialog class.
C#
public SchedulerDialog()
Fields
BackgroundColorProperty
BindableProperty
Identifies the BackgroundColor property.
C#
public static readonly BindableProperty BackgroundColorProperty
Properties
BackgroundColor
Color
Gets or sets the background color of the dialog.
C#
public Color BackgroundColor { get; set; }
ControlTemplate
ControlTemplate
Gets or sets the control template of the dialog.
C#
public ControlTemplate ControlTemplate { get; set; }