Class SpinnerItemInfo
Represents information about a specific item in a SpinnerView.
Inherited Members
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