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