menu

UWP

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

    Show / Hide Table of Contents

    Class SfPickerItem

    Create a new Instance of

    Inheritance
    System.Object
    SfPickerItem
    Implements
    System.IDisposable
    Namespace: Syncfusion.UI.Xaml.Controls.Input
    Assembly: Syncfusion.SfInput.UWP.dll
    Syntax
    public class SfPickerItem : ContentControl, IDisposable

    Constructors

    SfPickerItem(SfPickerGroup)

    Initializes a new instance of the SfPickerItem class.

    Declaration
    public SfPickerItem(SfPickerGroup pickerGroup)
    Parameters
    Type Name Description
    SfPickerGroup pickerGroup

    Fields

    ParentProperty

    Using a DependencyProperty as the backing store for Parent. This enables animation, styling, binding, etc...

    Declaration
    public static readonly DependencyProperty ParentProperty
    Field Value
    Type
    Windows.UI.Xaml.DependencyProperty

    Properties

    Parent

    Gets Parent element

    Declaration
    public SfPickerGroup Parent { get; }
    Property Value
    Type
    SfPickerGroup

    Methods

    Dispose()

    Releases the unmanaged resources used by the control and optionally releases the managed resources

    Declaration
    public void Dispose()

    Dispose(Boolean)

    Dispose method

    Declaration
    protected virtual void Dispose(bool disposing)
    Parameters
    Type Name Description
    System.Boolean disposing

    Boolean type

    OnApplyTemplate()

    On apply method

    Declaration
    protected override void OnApplyTemplate()

    Implements

    System.IDisposable

    Extension Methods

    DateTimeExtension.ToDateTime(Object)
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved