IRadCheckBoxHandler
Interface
Defines the contract for a RadCheckBox handler.
Definition
Namespace:Telerik.Maui.Handlers
Assembly:Telerik.Maui.Core.dll
Syntax:
C#
public interface IRadCheckBoxHandler : IViewHandler, IElementHandler
Derived Classes:
Properties
Gets the platform-specific native view associated with this handler.
C#
RadMauiCheckBox PlatformView { get; }
Gets the virtual view associated with this handler.
C#
IRadCheckBox VirtualView { get; }