Class MultiPicker
Multi picker.
Inheritance
Forms9Patch.BasePicker
MultiPicker
Implements
Inherited Members
Xamarin.Forms.VisualElement.OnChildRemoved(Xamarin.Forms.Element, System.Int32)
Namespace: Forms9Patch
Assembly: Forms9Patch.dll
Syntax
public class MultiPicker : SinglePicker, INotifyPropertyChanged, IDynamicResourceHandler, IElement, INameScope, INavigationProxy, IStyleSelectable, IAnimatable, IResourcesProvider, IStyleElement, IFlowDirectionController, IPropertyPropagationController, IVisualController, ITabStopElement, IStylable, IViewController, IVisualElementController, IElementController, IGestureController, IGestureRecognizers
Constructors
MultiPicker()
Initializes a new instance of the MultiPicker class.
Declaration
public MultiPicker()
Properties
SelectedIndexes
The indexes currently selected
Declaration
public List<int> SelectedIndexes { get; }
Property Value
Type | Description |
---|---|
List<Int32> |