Class SpinnerItemPreparedEventArgs
Represents a class that contains details about the spinner item that is rendered.
Inheritance
System.Object
SpinnerItemPreparedEventArgs
Namespace: Syncfusion.UI.Xaml.Editors
Assembly: Syncfusion.Editors.WinUI.dll
Syntax
public class SpinnerItemPreparedEventArgs : Object
Constructors
SpinnerItemPreparedEventArgs()
Declaration
public SpinnerItemPreparedEventArgs()
Properties
Element
Gets the item that is being updated.
Declaration
public SpinnerItem Element { get; }
Property Value
Type |
---|
SpinnerItem |
Index
Gets the column index of item that is being updated.
Declaration
public int Index { get; }
Property Value
Type |
---|
System.Int32 |
ItemInfo
Gets the information about the item that is being updated.
Declaration
public ISpinnerItemInfo ItemInfo { get; }
Property Value
Type |
---|
ISpinnerItemInfo |