New to Telerik UI for .NET MAUIStart a free 30-day trial

Represents a handler for the IRadCheckBox control that manages property mapping between the virtual view and platform-specific implementation.

Definition

Namespace:Telerik.Maui.Handlers

Assembly:Telerik.Maui.Core.dll

Syntax:

C#
public class RadCheckBoxHandler : ViewHandler<IRadCheckBox, RadMauiCheckBox>, IRadCheckBoxHandler, IViewHandler, IElementHandler

Inheritance: objectRadCheckBoxHandler

Implements: IElementHandlerIRadCheckBoxHandlerIViewHandler

Constructors

Initializes a new instance of the RadCheckBoxHandler class.

C#
public RadCheckBoxHandler()

Initializes a new instance of the RadCheckBoxHandler class with the specified property mapper.

C#
public RadCheckBoxHandler(IPropertyMapper mapper)
Parameters:mapperIPropertyMapper

The property mapper to use, or null to use the default mapper.

Fields

Gets the property mapper for the IRadCheckBox control.

C#
public static readonly IPropertyMapper<IRadCheckBox, IRadCheckBoxHandler> RadCheckBoxMapper

Methods

C#
protected override void ConnectHandler(RadMauiCheckBox platformView)
Parameters:platformViewRadMauiCheckBox
C#
protected override RadMauiCheckBox CreatePlatformView()
Returns:

RadMauiCheckBox

C#
protected override void DisconnectHandler(RadMauiCheckBox platformView)
Parameters:platformViewRadMauiCheckBox

Maps the CheckedColor property from the virtual view to the platform view.

C#
public static void MapCheckedColor(IRadCheckBoxHandler handler, IRadCheckBox virtualView)
Parameters:handlerIRadCheckBoxHandler

The handler instance.

virtualViewIRadCheckBox

The virtual view.

Maps the CheckedSymbolColor property from the virtual view to the platform view.

C#
public static void MapCheckedSymbolColor(IRadCheckBoxHandler handler, IRadCheckBox virtualView)
Parameters:handlerIRadCheckBoxHandler

The handler instance.

virtualViewIRadCheckBox

The virtual view.

Maps the CornerRadius property from the virtual view to the platform view.

C#
public static void MapCornerRadius(IRadCheckBoxHandler handler, IRadCheckBox virtualView)
Parameters:handlerIRadCheckBoxHandler

The handler instance.

virtualViewIRadCheckBox

The virtual view.

Maps the IndeterminateColor property from the virtual view to the platform view.

C#
public static void MapIndeterminateColor(IRadCheckBoxHandler handler, IRadCheckBox virtualView)
Parameters:handlerIRadCheckBoxHandler

The handler instance.

virtualViewIRadCheckBox

The virtual view.

Maps the IndeterminateSymbolColor property from the virtual view to the platform view.

C#
public static void MapIndeterminateSymbolColor(IRadCheckBoxHandler handler, IRadCheckBox virtualView)
Parameters:handlerIRadCheckBoxHandler

The handler instance.

virtualViewIRadCheckBox

The virtual view.

Maps the IsAnimated property from the virtual view to the platform view.

C#
public static void MapIsAnimated(IRadCheckBoxHandler handler, IRadCheckBox virtualView)
Parameters:handlerIRadCheckBoxHandler

The handler instance.

virtualViewIRadCheckBox

The virtual view.

Maps the IsChecked property from the virtual view to the platform view.

C#
public static void MapIsChecked(IRadCheckBoxHandler handler, IRadCheckBox virtualView)
Parameters:handlerIRadCheckBoxHandler

The handler instance.

virtualViewIRadCheckBox

The virtual view.

Maps the IsThreeState property from the virtual view to the platform view.

C#
public static void MapIsThreeState(IRadCheckBoxHandler handler, IRadCheckBox virtualView)
Parameters:handlerIRadCheckBoxHandler

The handler instance.

virtualViewIRadCheckBox

The virtual view.

Maps the Length property from the virtual view to the platform view.

C#
public static void MapLength(IRadCheckBoxHandler handler, IRadCheckBox virtualView)
Parameters:handlerIRadCheckBoxHandler

The handler instance.

virtualViewIRadCheckBox

The virtual view.

Maps the StrokeWidth property from the virtual view to the platform view.

C#
public static void MapStrokeWidth(IRadCheckBoxHandler handler, IRadCheckBox virtualView)
Parameters:handlerIRadCheckBoxHandler

The handler instance.

virtualViewIRadCheckBox

The virtual view.

Maps the UncheckedColor property from the virtual view to the platform view.

C#
public static void MapUncheckedColor(IRadCheckBoxHandler handler, IRadCheckBox virtualView)
Parameters:handlerIRadCheckBoxHandler

The handler instance.

virtualViewIRadCheckBox

The virtual view.