menu

MAUI

  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class CarouselHandler - MAUI API Reference | Syncfusion

    Show / Hide Table of Contents

    Class CarouselHandler

    Carousel Handler

    Inheritance
    System.Object
    CarouselHandler
    Implements
    ICarouselHandler
    Microsoft.Maui.IViewHandler
    Microsoft.Maui.IElementHandler
    Namespace: Syncfusion.Maui.Core.Carousel
    Assembly: Syncfusion.Maui.Core.dll
    Syntax
    public class CarouselHandler : ViewHandler<ICarousel, PlatformCarousel>, ICarouselHandler, IViewHandler, IElementHandler

    Constructors

    CarouselHandler()

    Initializes a new instance of the SignaturePadHandler class.

    Declaration
    public CarouselHandler()

    Fields

    CommandMapper

    Maps the cross-platform methods to the native methods.

    Declaration
    public static CommandMapper<ICarousel, ICarouselHandler> CommandMapper
    Field Value
    Type
    Microsoft.Maui.CommandMapper<ICarousel, ICarouselHandler>

    Mapper

    Maps the cross-platform property changed to the native property changed methods.

    Declaration
    public static PropertyMapper<ICarousel, CarouselHandler> Mapper
    Field Value
    Type
    Microsoft.Maui.PropertyMapper<ICarousel, CarouselHandler>

    Methods

    ConnectHandler(PlatformCarousel)

    Declaration
    protected override void ConnectHandler(PlatformCarousel platformView)
    Parameters
    Type Name Description
    PlatformCarousel platformView

    CreatePlatformView()

    Declaration
    protected override PlatformCarousel CreatePlatformView()
    Returns
    Type
    PlatformCarousel

    DisconnectHandler(PlatformCarousel)

    Declaration
    protected override void DisconnectHandler(PlatformCarousel platformView)
    Parameters
    Type Name Description
    PlatformCarousel platformView

    Explicit Interface Implementations

    ICarouselHandler.PlatformView

    Declaration
    PlatformCarousel ICarouselHandler.PlatformView { get; }
    Returns
    Type
    PlatformCarousel

    ICarouselHandler.VirtualView

    Declaration
    ICarousel ICarouselHandler.VirtualView { get; }
    Returns
    Type
    ICarousel

    Implements

    ICarouselHandler
    Microsoft.Maui.IViewHandler
    Microsoft.Maui.IElementHandler
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved