Class SfPickerGroup
Create a new instance of a class
Implements
System.IDisposable
Inherited Members
Namespace: Syncfusion.UI.Xaml.Controls.Input
Assembly: Syncfusion.SfInput.UWP.dll
Syntax
public class SfPickerGroup : HeaderedItemsControl, IDisposable
Constructors
SfPickerGroup()
Initializes a new instance of the SfPickerGroup class.
Declaration
public SfPickerGroup()
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 the value of Parent element
Declaration
public SfPicker Parent { get; }
Property Value
| Type |
|---|
| SfPicker |
Methods
Dispose()
Releases the unmanaged resources used by the control and optionally releases the managed resources
Declaration
public void Dispose()
Dispose(Boolean)
Dispose method for suppress
Declaration
protected virtual void Dispose(bool disposing)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Boolean | disposing | Boolean type |
GetContainerForItemOverride()
Get container for Item over ride method
Declaration
protected override DependencyObject GetContainerForItemOverride()
Returns
| Type | Description |
|---|---|
| Windows.UI.Xaml.DependencyObject | return picker item |
IsItemItsOwnContainerOverride(Object)
Container override method
Declaration
protected override bool IsItemItsOwnContainerOverride(object item)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Object | item | object type |
Returns
| Type | Description |
|---|---|
| System.Boolean | return item |
OnApplyTemplate()
On apply template method.
Declaration
protected override void OnApplyTemplate()
PrepareContainerForItemOverride(DependencyObject, Object)
Container for item over ride method.
Declaration
protected override void PrepareContainerForItemOverride(DependencyObject element, object item)
Parameters
| Type | Name | Description |
|---|---|---|
| Windows.UI.Xaml.DependencyObject | element | Dependency object type |
| System.Object | item | object type |
Implements
System.IDisposable