menu

MAUI

  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class PickerItemDetails - MAUI API Reference | Syncfusion

    Show / Hide Table of Contents

    Class PickerItemDetails

    Represents a class which contains picker item info.

    Inheritance
    System.Object
    PickerItemDetails
    Namespace: Syncfusion.Maui.Picker
    Assembly: Syncfusion.Maui.Picker.dll
    Syntax
    public class PickerItemDetails : Object

    Constructors

    PickerItemDetails(Object)

    Initializes a new instance of the PickerItemDetails class.

    Declaration
    public PickerItemDetails(object data)
    Parameters
    Type Name Description
    System.Object data

    Picker item details.

    Properties

    Data

    Gets item value.

    Declaration
    public object Data { get; }
    Property Value
    Type
    System.Object
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved