menu

WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class CarouselActionList - WindowsForms API Reference | Syncfusion

    Show / Hide Table of Contents

    Class CarouselActionList

    class for CarouselActionList

    Inheritance
    System.Object
    SyncActionListBase<Carousel>
    CarouselActionList
    Inherited Members
    SyncActionListBase<Carousel>.AddDesignerActionHeaderItem(String)
    SyncActionListBase<Carousel>.AddDesignerActionMethodItem(String, String, String, String)
    SyncActionListBase<Carousel>.AddDesignerActionPropertyItem(String, String, String, String)
    SyncActionListBase<Carousel>.AddDesignerActionTextItem(String, String)
    SyncActionListBase<Carousel>.Control
    SyncActionListBase<Carousel>.GetProperty(String)
    SyncActionListBase<Carousel>.GetSortedActionItems()
    SyncActionListBase<Carousel>.GetValue(String)
    SyncActionListBase<Carousel>.SetValue(String, Object)
    Namespace: Syncfusion.Windows.Forms.Tools
    Assembly: Syncfusion.Tools.Windows.dll
    Syntax
    public class CarouselActionList : SyncActionListBase<Carousel>

    Constructors

    CarouselActionList(IComponent)

    Initializes a new instance of the CarouselActionList class.

    Declaration
    public CarouselActionList(IComponent component)
    Parameters
    Type Name Description
    System.ComponentModel.IComponent component

    Represents component

    Properties

    ImageList

    ImageList which contains images to populate in the control

    Declaration
    public ImageList ImageList { get; set; }
    Property Value
    Type
    System.Windows.Forms.ImageList

    ImageListCollection

    Gets or sets the collection of items to display in the Carousel

    Declaration
    public CarouselImageCollection ImageListCollection { get; set; }
    Property Value
    Type
    CarouselImageCollection

    ImageSlides

    Gets or sets the value to display images in the control

    Declaration
    public bool ImageSlides { get; set; }
    Property Value
    Type
    System.Boolean

    Items

    Gets or sets the items associated with the Carousel.

    Declaration
    public ItemCollection Items { get; set; }
    Property Value
    Type
    ItemCollection

    Name

    Gets or sets Name.

    Declaration
    public string Name { get; set; }
    Property Value
    Type
    System.String

    RotateAlways

    Gets or sets the value to rotate the child items continuously

    Declaration
    public bool RotateAlways { get; set; }
    Property Value
    Type
    System.Boolean

    ShowImagePreview

    Gets or sets the value to preview the selected image

    Declaration
    public bool ShowImagePreview { get; set; }
    Property Value
    Type
    System.Boolean

    ShowImageShadow

    Gets or sets the value to display shadow for the images

    Declaration
    public bool ShowImageShadow { get; set; }
    Property Value
    Type
    System.Boolean

    VisualStyle

    Gets or sets the visual style

    Declaration
    public CarouselVisualStyle VisualStyle { get; set; }
    Property Value
    Type
    CarouselVisualStyle

    Methods

    InitializeActionList()

    Overrridden InitializeActionList.

    Declaration
    protected override void InitializeActionList()
    Overrides
    Syncfusion.Windows.Forms.Design.SyncActionListBase<Syncfusion.Windows.Forms.Tools.Carousel>.InitializeActionList()
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved