menu

WinUI

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

    Show / Hide Table of Contents

    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
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved