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