Class
AppointmentViewHandler

Represents the Maui Handler of the IAppointmentView.

Definition

Namespace:Telerik.Maui.Handlers

Assembly:Telerik.Maui.Core.dll

Syntax:

cs-api-definition
public class AppointmentViewHandler : RadViewHandler<IAppointmentView, MauiAppointmentView>

Inheritance: objectRadViewHandler<IAppointmentView, MauiAppointmentView>AppointmentViewHandler

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

Constructors

AppointmentViewHandler()

Initializes a new instance of AppointmentViewHandler

Declaration

cs-api-definition
public AppointmentViewHandler()

AppointmentViewHandler(PropertyMapper)

Initializes a new instance of AppointmentViewHandler

Declaration

cs-api-definition
public AppointmentViewHandler(PropertyMapper mapper)

Parameters

mapper

PropertyMapper

Fields

AppointmentViewMapper

The property mapper of the handler.

Declaration

cs-api-definition
public static PropertyMapper<IAppointmentView, AppointmentViewHandler> AppointmentViewMapper

Field Value

PropertyMapper<IAppointmentView, AppointmentViewHandler>

Methods

CreatePlatformView()

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

Declaration

cs-api-definition
protected override MauiAppointmentView CreatePlatformView()

Returns

MauiAppointmentView

The platform-specific native view instance.

Overrides RadViewHandler<IAppointmentView, MauiAppointmentView>.CreatePlatformView()

MapCornerRadius(AppointmentViewHandler, IAppointmentView)

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

Declaration

cs-api-definition
public static void MapCornerRadius(AppointmentViewHandler handler, IAppointmentView virtualElement)

Parameters

handler

AppointmentViewHandler

The handler.

virtualElement

IAppointmentView

The virtual element.

MapDeleteButtonTextColor(AppointmentViewHandler, IAppointmentView)

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

Declaration

cs-api-definition
public static void MapDeleteButtonTextColor(AppointmentViewHandler handler, IAppointmentView virtualElement)

Parameters

handler

AppointmentViewHandler

The handler.

virtualElement

IAppointmentView

The virtual element.

MapPadding(AppointmentViewHandler, IAppointmentView)

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

Declaration

cs-api-definition
public static void MapPadding(AppointmentViewHandler handler, IAppointmentView virtualElement)

Parameters

handler

AppointmentViewHandler

The handler.

virtualElement

IAppointmentView

The virtual element.

MapSubject(AppointmentViewHandler, IAppointmentView)

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

Declaration

cs-api-definition
public static void MapSubject(AppointmentViewHandler handler, IAppointmentView virtualElement)

Parameters

handler

AppointmentViewHandler

The handler.

virtualElement

IAppointmentView

The virtual element.

MapSubjectFont(AppointmentViewHandler, IAppointmentView)

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

Declaration

cs-api-definition
public static void MapSubjectFont(AppointmentViewHandler handler, IAppointmentView virtualElement)

Parameters

handler

AppointmentViewHandler

The handler.

virtualElement

IAppointmentView

The virtual element.

MapSubjectTextColor(AppointmentViewHandler, IAppointmentView)

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

Declaration

cs-api-definition
public static void MapSubjectTextColor(AppointmentViewHandler handler, IAppointmentView virtualElement)

Parameters

handler

AppointmentViewHandler

The handler.

virtualElement

IAppointmentView

The virtual element.