menu

WinUI

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

    Show / Hide Table of Contents

    Class SpinnerItemInfo

    Represents information about a specific item in a SpinnerView.

    Inheritance
    System.Object
    NotificationObject
    SpinnerItemInfo
    Implements
    System.ComponentModel.INotifyPropertyChanged
    ISpinnerItemInfo
    Inherited Members
    NotificationObject.PropertyChanged
    NotificationObject.RaisePropertyChanged(String)
    NotificationObject.RaisePropertyChanged(String[])
    Namespace: Syncfusion.UI.Xaml.Editors
    Assembly: Syncfusion.Editors.WinUI.dll
    Syntax
    public class SpinnerItemInfo : NotificationObject, INotifyPropertyChanged, ISpinnerItemInfo

    Constructors

    SpinnerItemInfo()

    Declaration
    public SpinnerItemInfo()

    Properties

    IsEnabled

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

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

    The default value is true.

    Item

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

    Declaration
    public object Item { get; }
    Property Value
    Type
    System.Object

    Implements

    System.ComponentModel.INotifyPropertyChanged
    ISpinnerItemInfo
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved