Class SchedulerBoxViewHandler
Inheritance
System.Object
SchedulerBoxViewHandler
Inherited Members
Namespace: Telerik.Maui.Handlers
Assembly: Telerik.Maui.Core.dll
Syntax
public class SchedulerBoxViewHandler : RadViewHandler<IView, View>
Constructors
SchedulerBoxViewHandler()
SchedulerBoxViewHandler(PropertyMapper)
Initializes a new instance of RadEntryHandler
Declaration
public SchedulerBoxViewHandler(PropertyMapper mapper)
Parameters
Microsoft.Maui.PropertyMapper
mapper
|
Fields
SchedulerBoxViewMapper
The property mapper of the handler.
Declaration
public static PropertyMapper<IView, SchedulerBoxViewHandler> SchedulerBoxViewMapper
Field Value
Microsoft.Maui.PropertyMapper<Microsoft.Maui.IView, SchedulerBoxViewHandler>
|
Methods
CreatePlatformView()
Declaration
protected override View CreatePlatformView()
Returns
Android.Views.View
|
Overrides
Telerik.Maui.Handlers.RadViewHandler<Microsoft.Maui.IView, Android.Views.View>.CreatePlatformView()