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 |