ClassSchedulerDialog
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:
cs-api-definition
public class SchedulerDialog : RadBorder, IRadBorder, IRadContentView, IContentView, IView, IElement, ITransform, IPadding, ICrossPlatformLayout
Inheritance: objectRadContentViewRadBorderSchedulerDialog
Implements:
Inherited Members
Constructors
SchedulerDialog()
Initializes a new instance of the SchedulerDialog class.
Declaration
cs-api-definition
public SchedulerDialog()
Fields
BackgroundColorProperty
Identifies the BackgroundColor property.
Declaration
cs-api-definition
public static readonly BindableProperty BackgroundColorProperty
Field Value
BindableProperty
Properties
BackgroundColor
Gets or sets the background color of the dialog.
Declaration
cs-api-definition
public Color BackgroundColor { get; set; }
Property Value
Color
ControlTemplate
Gets or sets the control template of the dialog.
Declaration
cs-api-definition
public ControlTemplate ControlTemplate { get; set; }
Property Value
ControlTemplate