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

Represents the Maui Handler of the IAppointmentView.

Definition

Namespace:Telerik.Maui.Handlers

Assembly:Telerik.Maui.Core.dll

Syntax:

C#
public class AppointmentViewHandler : RadViewHandler<IAppointmentView, MauiAppointmentView>

Inheritance: objectRadViewHandler<IAppointmentView, MauiAppointmentView>AppointmentViewHandler

Inherited Members RadViewHandler<IAppointmentView, MauiAppointmentView>.CheckParameters(IViewHandler, IView)RadViewHandler<IAppointmentView, MauiAppointmentView>.CreatePlatformView()

Constructors

Initializes a new instance of AppointmentViewHandler

C#
public AppointmentViewHandler()

Initializes a new instance of AppointmentViewHandler

C#
public AppointmentViewHandler(PropertyMapper mapper)
Parameters:mapperPropertyMapper

Fields

The property mapper of the handler.

C#
public static PropertyMapper<IAppointmentView, AppointmentViewHandler> AppointmentViewMapper

Methods

Creates the platform-specific view for this handler. This method calls CreateNativeViewOverride() and ensures memory tracking for the created view.

C#
protected override MauiAppointmentView CreatePlatformView()
Returns:

MauiAppointmentView

The platform-specific native view instance.

Overrides: RadViewHandler<IAppointmentView, MauiAppointmentView>.CreatePlatformView()

Maps the CornerRadius property of the virtual element to the handler and its native view.

C#
public static void MapCornerRadius(AppointmentViewHandler handler, IAppointmentView virtualElement)
Parameters:handlerAppointmentViewHandler

The handler.

virtualElementIAppointmentView

The virtual element.

Maps the DeleteButtonTextColor property of the virtual element to the handler and its native view.

C#
public static void MapDeleteButtonTextColor(AppointmentViewHandler handler, IAppointmentView virtualElement)
Parameters:handlerAppointmentViewHandler

The handler.

virtualElementIAppointmentView

The virtual element.

Maps the Padding property of the virtual element to the handler and its native view.

C#
public static void MapPadding(AppointmentViewHandler handler, IAppointmentView virtualElement)
Parameters:handlerAppointmentViewHandler

The handler.

virtualElementIAppointmentView

The virtual element.

Maps the Subject property of the virtual element to the handler and its native view.

C#
public static void MapSubject(AppointmentViewHandler handler, IAppointmentView virtualElement)
Parameters:handlerAppointmentViewHandler

The handler.

virtualElementIAppointmentView

The virtual element.

Maps the SubjectFont property of the virtual element to the handler and its native view.

C#
public static void MapSubjectFont(AppointmentViewHandler handler, IAppointmentView virtualElement)
Parameters:handlerAppointmentViewHandler

The handler.

virtualElementIAppointmentView

The virtual element.

Maps the SubjectTextColor property of the virtual element to the handler and its native view.

C#
public static void MapSubjectTextColor(AppointmentViewHandler handler, IAppointmentView virtualElement)
Parameters:handlerAppointmentViewHandler

The handler.

virtualElementIAppointmentView

The virtual element.