Represents the handler for the SchedulerBoxView control.
Definition
Namespace:Telerik.Maui.Handlers
Assembly:Telerik.Maui.Core.dll
Syntax:
C#
public class SchedulerBoxViewHandler : RadViewHandler<IView, View>
Inheritance: objectRadViewHandler<IView, View>SchedulerBoxViewHandler
Inherited Members
Constructors
Initializes a new instance of SchedulerBoxViewHandler
C#
public SchedulerBoxViewHandler()
Initializes a new instance of SchedulerBoxViewHandler
C#
public SchedulerBoxViewHandler(PropertyMapper mapper)
Fields
SchedulerBoxViewMapper
PropertyMapper<IView, SchedulerBoxViewHandler>
The property mapper of the handler.
C#
public static PropertyMapper<IView, SchedulerBoxViewHandler> SchedulerBoxViewMapper
Methods
Creates the native platform view.
C#
protected override View CreatePlatformView()
View
Overrides: