menu

MAUI

  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Interface ICarouselItemHandler - MAUI API Reference | Syncfusion

    Show / Hide Table of Contents

    Interface ICarouselItemHandler

    CarouselItem handler interface

    Namespace: Syncfusion.Maui.Core.Carousel
    Assembly: Syncfusion.Maui.Core.dll
    Syntax
    public interface ICarouselItemHandler : IViewHandler, IElementHandler

    Properties

    PlatformView

    platform view of the carousel item control.

    Declaration
    PlatformCarouselItem PlatformView { get; }
    Property Value
    Type
    PlatformCarouselItem

    VirtualView

    Virtual view of the carousel item control.

    Declaration
    ICarouselItem VirtualView { get; }
    Property Value
    Type
    ICarouselItem
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved