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
Initializes a new instance of AppointmentViewHandler
public AppointmentViewHandler()
Initializes a new instance of AppointmentViewHandler
public AppointmentViewHandler(PropertyMapper mapper)
Fields
AppointmentViewMapper
PropertyMapper<IAppointmentView, AppointmentViewHandler>
The property mapper of the handler.
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.
protected override MauiAppointmentView CreatePlatformView()
The platform-specific native view instance.
Overrides:
Maps the CornerRadius property of the virtual element to the handler and its native view.
public static void MapCornerRadius(AppointmentViewHandler handler, IAppointmentView virtualElement)
The handler.
virtualElementIAppointmentViewThe virtual element.
Maps the DeleteButtonTextColor property of the virtual element to the handler and its native view.
public static void MapDeleteButtonTextColor(AppointmentViewHandler handler, IAppointmentView virtualElement)
The handler.
virtualElementIAppointmentViewThe virtual element.
Maps the Padding property of the virtual element to the handler and its native view.
public static void MapPadding(AppointmentViewHandler handler, IAppointmentView virtualElement)
The handler.
virtualElementIAppointmentViewThe virtual element.
Maps the Subject property of the virtual element to the handler and its native view.
public static void MapSubject(AppointmentViewHandler handler, IAppointmentView virtualElement)
The handler.
virtualElementIAppointmentViewThe virtual element.
Maps the SubjectFont property of the virtual element to the handler and its native view.
public static void MapSubjectFont(AppointmentViewHandler handler, IAppointmentView virtualElement)
The handler.
virtualElementIAppointmentViewThe virtual element.
Maps the SubjectTextColor property of the virtual element to the handler and its native view.
public static void MapSubjectTextColor(AppointmentViewHandler handler, IAppointmentView virtualElement)
The handler.
virtualElementIAppointmentViewThe virtual element.