New to Telerik UI for .NET MAUIStart a free 30-day trial

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 RadViewHandler<IView, View>.CheckParameters(IViewHandler, IView)RadViewHandler<IView, View>.CreatePlatformView()

Constructors

Initializes a new instance of SchedulerBoxViewHandler

C#
public SchedulerBoxViewHandler()

Initializes a new instance of SchedulerBoxViewHandler

C#
public SchedulerBoxViewHandler(PropertyMapper mapper)
Parameters:mapperPropertyMapper

Fields

The property mapper of the handler.

C#
public static PropertyMapper<IView, SchedulerBoxViewHandler> SchedulerBoxViewMapper

Methods

Creates the native platform view.

C#
protected override View CreatePlatformView()
Returns:

View

Overrides: RadViewHandler<IView, View>.CreatePlatformView()