Class AppointmentViewHandler
Represents the Maui Handler of the IAppointment
Inheritance
Inherited Members
Namespace: Telerik.Maui.Handlers
Assembly: Telerik.Maui.Core.dll
Syntax
public class AppointmentViewHandler : RadViewHandler<IAppointmentView, MauiAppointmentView>
Constructors
AppointmentViewHandler()
AppointmentViewHandler(PropertyMapper)
Initializes a new instance of
Declaration
public AppointmentViewHandler(PropertyMapper mapper)
Parameters
Microsoft.
|
Fields
AppointmentViewMapper
The property mapper of the handler.
Declaration
public static PropertyMapper<IAppointmentView, AppointmentViewHandler> AppointmentViewMapper
Field Value
Microsoft.
|
Methods
CreatePlatformView()
Declaration
protected override MauiAppointmentView CreatePlatformView()
Returns
Overrides
MapCornerRadius(AppointmentViewHandler, IAppointmentView)
Maps the Corner
Declaration
public static void MapCornerRadius(AppointmentViewHandler handler, IAppointmentView virtualElement)
Parameters
Appointment The handler. |
IAppointment The virtual element. |
MapDeleteButtonTextColor(AppointmentViewHandler, IAppointmentView)
Maps the
Declaration
public static void MapDeleteButtonTextColor(AppointmentViewHandler handler, IAppointmentView virtualElement)
Parameters
Appointment The handler. |
IAppointment 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
Appointment The handler. |
IAppointment 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
Appointment The handler. |
IAppointment The virtual element. |
MapSubjectFont(AppointmentViewHandler, IAppointmentView)
Maps the Subject
Declaration
public static void MapSubjectFont(AppointmentViewHandler handler, IAppointmentView virtualElement)
Parameters
Appointment The handler. |
IAppointment The virtual element. |
MapSubjectTextColor(AppointmentViewHandler, IAppointmentView)
Maps the Subject
Declaration
public static void MapSubjectTextColor(AppointmentViewHandler handler, IAppointmentView virtualElement)
Parameters
Appointment The handler. |
IAppointment The virtual element. |