menu

WinUI

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Interface ISpinnerItemInfo - WinUI API Reference | Syncfusion

    Show / Hide Table of Contents

    Interface ISpinnerItemInfo

    Represents an interface that provides information about a specific item in a SpinnerView.

    Namespace: Syncfusion.UI.Xaml.Editors
    Assembly: Syncfusion.Editors.WinUI.dll
    Syntax
    public interface ISpinnerItemInfo

    Properties

    IsEnabled

    Gets or sets a value indicating whether spinner item can be enabled or disabled.

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

    Item

    Gets the data item for the SpinnerColumnView that contains the spinner item.

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