ClassAppointmentViewHandler
Represents the Maui Handler of the IAppointmentView.
Definition
Namespace:Telerik.Maui.Handlers
Assembly:Telerik.Maui.Core.dll
Syntax:
public class AppointmentViewHandler : RadViewHandler<IAppointmentView, MauiAppointmentView>
Inheritance: objectRadViewHandler<IAppointmentView, MauiAppointmentView>AppointmentViewHandler
Inherited Members
Constructors
AppointmentViewHandler()
Initializes a new instance of AppointmentViewHandler
Declaration
public AppointmentViewHandler()
AppointmentViewHandler(PropertyMapper)
Initializes a new instance of AppointmentViewHandler
Declaration
public AppointmentViewHandler(PropertyMapper mapper)
Parameters
mapper
PropertyMapper
Fields
AppointmentViewMapper
The property mapper of the handler.
Declaration
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
protected override MauiAppointmentView CreatePlatformView()
Returns
The platform-specific native view instance.
Overrides
MapCornerRadius(AppointmentViewHandler, IAppointmentView)
Maps the CornerRadius property of the virtual element to the handler and its native view.
Declaration
public static void MapCornerRadius(AppointmentViewHandler handler, IAppointmentView virtualElement)
Parameters
handler
The handler.
virtualElement
The virtual element.
MapDeleteButtonTextColor(AppointmentViewHandler, IAppointmentView)
Maps the DeleteButtonTextColor property of the virtual element to the handler and its native view.
Declaration
public static void MapDeleteButtonTextColor(AppointmentViewHandler handler, IAppointmentView virtualElement)
Parameters
handler
The handler.
virtualElement
The virtual element.
MapPadding(AppointmentViewHandler, IAppointmentView)
Maps the Padding property of the virtual element to the handler and its native view.
Declaration
public static void MapPadding(AppointmentViewHandler handler, IAppointmentView virtualElement)
Parameters
handler
The handler.
virtualElement
The virtual element.
MapSubject(AppointmentViewHandler, IAppointmentView)
Maps the Subject property of the virtual element to the handler and its native view.
Declaration
public static void MapSubject(AppointmentViewHandler handler, IAppointmentView virtualElement)
Parameters
handler
The handler.
virtualElement
The virtual element.
MapSubjectFont(AppointmentViewHandler, IAppointmentView)
Maps the SubjectFont property of the virtual element to the handler and its native view.
Declaration
public static void MapSubjectFont(AppointmentViewHandler handler, IAppointmentView virtualElement)
Parameters
handler
The handler.
virtualElement
The virtual element.
MapSubjectTextColor(AppointmentViewHandler, IAppointmentView)
Maps the SubjectTextColor property of the virtual element to the handler and its native view.
Declaration
public static void MapSubjectTextColor(AppointmentViewHandler handler, IAppointmentView virtualElement)
Parameters
handler
The handler.
virtualElement
The virtual element.