Show / Hide Table of Contents

    Class MultiPicker

    Multi picker.

    Inheritance
    Object
    BindableObject
    Element
    NavigableElement
    VisualElement
    View
    ItemsView
    StructuredItemsView
    SelectableItemsView
    GroupableItemsView
    CollectionView
    Forms9Patch.BasePicker
    SinglePicker
    MultiPicker
    Implements
    INotifyPropertyChanged
    IAnimatable
    ITabStopElement
    IViewController
    IVisualElementController
    IElementController
    IGestureController
    IGestureRecognizers
    Inherited Members
    SinglePicker.IsHtmlTextProperty
    SinglePicker.IsHtmlText
    SinglePicker.PlainTextCellType
    SinglePicker.HtmlTextCellType
    SinglePicker.OnPropertyChanged(String)
    SinglePicker.Reset()
    GroupableItemsView.IsGroupedProperty
    GroupableItemsView.GroupHeaderTemplateProperty
    GroupableItemsView.GroupFooterTemplateProperty
    GroupableItemsView.IsGrouped
    GroupableItemsView.GroupHeaderTemplate
    GroupableItemsView.GroupFooterTemplate
    SelectableItemsView.SelectionModeProperty
    SelectableItemsView.SelectedItemProperty
    SelectableItemsView.SelectedItemsProperty
    SelectableItemsView.SelectionChangedCommandProperty
    SelectableItemsView.SelectionChangedCommandParameterProperty
    SelectableItemsView.UpdateSelectedItems(IList<Object>)
    SelectableItemsView.OnSelectionChanged(SelectionChangedEventArgs)
    SelectableItemsView.SelectedItem
    SelectableItemsView.SelectedItems
    SelectableItemsView.SelectionChangedCommand
    SelectableItemsView.SelectionChangedCommandParameter
    SelectableItemsView.SelectionMode
    SelectableItemsView.SelectionChanged
    StructuredItemsView.HeaderProperty
    StructuredItemsView.HeaderTemplateProperty
    StructuredItemsView.FooterProperty
    StructuredItemsView.FooterTemplateProperty
    StructuredItemsView.ItemsLayoutProperty
    StructuredItemsView.ItemSizingStrategyProperty
    StructuredItemsView.Header
    StructuredItemsView.HeaderTemplate
    StructuredItemsView.Footer
    StructuredItemsView.FooterTemplate
    StructuredItemsView.ItemsLayout
    StructuredItemsView.ItemSizingStrategy
    ItemsView.EmptyViewProperty
    ItemsView.EmptyViewTemplateProperty
    ItemsView.ItemsSourceProperty
    ItemsView.RemainingItemsThresholdReachedCommandProperty
    ItemsView.RemainingItemsThresholdReachedCommandParameterProperty
    ItemsView.HorizontalScrollBarVisibilityProperty
    ItemsView.VerticalScrollBarVisibilityProperty
    ItemsView.RemainingItemsThresholdProperty
    ItemsView.ItemTemplateProperty
    ItemsView.ItemsUpdatingScrollModeProperty
    ItemsView.AddLogicalChild(Element)
    ItemsView.RemoveLogicalChild(Element)
    ItemsView.ScrollTo(Int32, Int32, ScrollToPosition, Boolean)
    ItemsView.ScrollTo(Object, Object, ScrollToPosition, Boolean)
    ItemsView.SendRemainingItemsThresholdReached()
    ItemsView.SendScrolled(ItemsViewScrolledEventArgs)
    ItemsView.OnMeasure(Double, Double)
    ItemsView.OnScrollToRequested(ScrollToRequestEventArgs)
    ItemsView.OnRemainingItemsThresholdReached()
    ItemsView.OnScrolled(ItemsViewScrolledEventArgs)
    ItemsView.OnBindingContextChanged()
    ItemsView.EmptyView
    ItemsView.EmptyViewTemplate
    ItemsView.ItemsSource
    ItemsView.RemainingItemsThresholdReachedCommand
    ItemsView.RemainingItemsThresholdReachedCommandParameter
    ItemsView.HorizontalScrollBarVisibility
    ItemsView.VerticalScrollBarVisibility
    ItemsView.RemainingItemsThreshold
    ItemsView.InternalItemsLayout
    ItemsView.ItemTemplate
    ItemsView.ItemsUpdatingScrollMode
    ItemsView.ScrollToRequested
    ItemsView.Scrolled
    ItemsView.RemainingItemsThresholdReached
    View.VerticalOptionsProperty
    View.HorizontalOptionsProperty
    View.MarginProperty
    View.GetChildElements(Point)
    View.GestureController
    View.GestureRecognizers
    View.IGestureController.CompositeGestureRecognizers
    View.HorizontalOptions
    View.Margin
    View.VerticalOptions
    VisualElement.NavigationProperty
    VisualElement.StyleProperty
    VisualElement.InputTransparentProperty
    VisualElement.IsEnabledProperty
    VisualElement.XProperty
    VisualElement.YProperty
    VisualElement.AnchorXProperty
    VisualElement.AnchorYProperty
    VisualElement.TranslationXProperty
    VisualElement.TranslationYProperty
    VisualElement.WidthProperty
    VisualElement.HeightProperty
    VisualElement.RotationProperty
    VisualElement.RotationXProperty
    VisualElement.RotationYProperty
    VisualElement.ScaleProperty
    VisualElement.ScaleXProperty
    VisualElement.ScaleYProperty
    VisualElement.ClipProperty
    VisualElement.VisualProperty
    VisualElement.IsVisibleProperty
    VisualElement.OpacityProperty
    VisualElement.BackgroundColorProperty
    VisualElement.BackgroundProperty
    VisualElement.BehaviorsProperty
    VisualElement.TriggersProperty
    VisualElement.WidthRequestProperty
    VisualElement.HeightRequestProperty
    VisualElement.MinimumWidthRequestProperty
    VisualElement.MinimumHeightRequestProperty
    VisualElement.IsFocusedProperty
    VisualElement.FlowDirectionProperty
    VisualElement.TabIndexProperty
    VisualElement.IsTabStopProperty
    VisualElement.OnTabIndexPropertyChanged(Int32, Int32)
    VisualElement.TabIndexDefaultValueCreator()
    VisualElement.OnTabStopPropertyChanged(Boolean, Boolean)
    VisualElement.TabStopDefaultValueCreator()
    VisualElement.BatchBegin()
    VisualElement.BatchCommit()
    VisualElement.Focus()
    VisualElement.Layout(Rectangle)
    VisualElement.Measure(Double, Double, MeasureFlags)
    VisualElement.Unfocus()
    VisualElement.InvalidateMeasure()
    VisualElement.OnChildAdded(Element)
    VisualElement.OnChildRemoved(Element)
    Xamarin.Forms.VisualElement.OnChildRemoved(Xamarin.Forms.Element, System.Int32)
    VisualElement.OnChildrenReordered()
    VisualElement.OnSizeAllocated(Double, Double)
    VisualElement.SizeAllocated(Double, Double)
    VisualElement.IVisualElementController.InvalidateMeasure(InvalidationTrigger)
    VisualElement.ChangeVisualState()
    VisualElement.Visual
    VisualElement.FlowDirection
    VisualElement.IVisualElementController.EffectiveFlowDirection
    VisualElement.AnchorX
    VisualElement.AnchorY
    VisualElement.BackgroundColor
    VisualElement.Background
    VisualElement.Behaviors
    VisualElement.Bounds
    VisualElement.Height
    VisualElement.HeightRequest
    VisualElement.InputTransparent
    VisualElement.IsEnabled
    VisualElement.IsFocused
    VisualElement.IsVisible
    VisualElement.MinimumHeightRequest
    VisualElement.MinimumWidthRequest
    VisualElement.Opacity
    VisualElement.Rotation
    VisualElement.RotationX
    VisualElement.RotationY
    VisualElement.Scale
    VisualElement.ScaleX
    VisualElement.ScaleY
    VisualElement.TabIndex
    VisualElement.IsTabStop
    VisualElement.TranslationX
    VisualElement.TranslationY
    VisualElement.Triggers
    VisualElement.Width
    VisualElement.WidthRequest
    VisualElement.X
    VisualElement.Y
    VisualElement.Clip
    VisualElement.Resources
    VisualElement.ChildrenReordered
    VisualElement.Focused
    VisualElement.MeasureInvalidated
    VisualElement.SizeChanged
    VisualElement.Unfocused
    NavigableElement.OnParentSet()
    NavigableElement.Navigation
    NavigableElement.Style
    NavigableElement.StyleClass
    NavigableElement.class
    Element.MenuProperty
    Element.AutomationIdProperty
    Element.ClassIdProperty
    Element.GetMenu(BindableObject)
    Element.SetMenu(BindableObject, Menu)
    Element.IElementController.SetValueFromRenderer(BindableProperty, Object)
    Element.FindByName(String)
    Element.RemoveDynamicResource(BindableProperty)
    Element.SetDynamicResource(BindableProperty, String)
    Element.AutomationId
    Element.ClassId
    Element.Effects
    Element.Id
    Element.StyleId
    Element.Parent
    Element.ChildAdded
    Element.ChildRemoved
    Element.DescendantAdded
    Element.DescendantRemoved
    BindableObject.BindingContextProperty
    BindableObject.ClearValue(BindableProperty)
    BindableObject.ClearValue(BindablePropertyKey)
    BindableObject.GetValue(BindableProperty)
    BindableObject.IsSet(BindableProperty)
    BindableObject.RemoveBinding(BindableProperty)
    BindableObject.SetBinding(BindableProperty, BindingBase)
    BindableObject.ApplyBindings()
    BindableObject.OnPropertyChanging(String)
    BindableObject.UnapplyBindings()
    BindableObject.SetValue(BindableProperty, Object)
    BindableObject.SetValue(BindablePropertyKey, Object)
    BindableObject.CoerceValue(BindableProperty)
    BindableObject.CoerceValue(BindablePropertyKey)
    BindableObject.Dispatcher
    BindableObject.BindingContext
    BindableObject.PropertyChanged
    BindableObject.PropertyChanging
    BindableObject.BindingContextChanged
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Object.ReferenceEquals(Object, Object)
    Object.ToString()
    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>

    Implements

    System.ComponentModel.INotifyPropertyChanged
    Xamarin.Forms.IAnimatable
    Xamarin.Forms.ITabStopElement
    Xamarin.Forms.IViewController
    Xamarin.Forms.IVisualElementController
    Xamarin.Forms.IElementController
    Xamarin.Forms.Internals.IGestureController
    Xamarin.Forms.IGestureRecognizers

    Extension Methods

    VisualElementExtensions.IsDescendentOf(Element, Element)
    VisualElementExtensions.IsAncestorOf(Element, Element)
    VisualElementExtensions.BoundsInWindowCoord(VisualElement)
    VisualElementExtensions.BoundsInElementCoord(VisualElement, VisualElement)
    VisualElementExtensions.LocationInWindowCoord(VisualElement)
    VisualElementExtensions.PointInWindowCoord(VisualElement, Point)
    VisualElementExtensions.LocationInElementCoord(VisualElement, VisualElement)
    VisualElementExtensions.PointInElementCoord(VisualElement, Point, VisualElement)
    VisualElementExtensions.HitTest(VisualElement, Point, VisualElement)
    VisualElementExtensions.GestureListener(VisualElement)
    VisualElementExtensions.FindChildrenWithPropertyAndOfType<T>(VisualElement, String, List<T>)
    VisualElementExtensions.FindChildrenWithProperty(VisualElement, String)
    VisualElementExtensions.FindVisualElementsOfType<T>(VisualElement)
    VisualElementExtensions.FindChildWithFocus(Element)
    VisualElementExtensions.FindAncestorOfType(Element, Type)
    VisualElementExtensions.IsInVisibleViewTree(VisualElement)
    ElementExtensions.AncestorOfBaseType<T>(Element)
    ElementExtensions.Ancestor<T>(Element)
    ElementExtensions.IsInNativeLayout(VisualElement)
    ElementExtensions.SetIsInNativeLayout(VisualElement, Boolean)
    ElementExtensions.GetRenderer(VisualElement)
    ElementExtensions.HasRenderer(VisualElement)
    HardwareKeyListenerExtensions.GetHardwareKeyListeners(View)
    HardwareKeyListenerExtensions.ClearHardwareKeyListeners(View)
    HardwareKeyListenerExtensions.AddHardwareKeyListener(View, String, HardwareKeyModifierKeys, String, EventHandler<HardwareKeyEventArgs>)
    HardwareKeyListenerExtensions.AddHardwareKeyListener(View, String, HardwareKeyModifierKeys, EventHandler<HardwareKeyEventArgs>)
    HardwareKeyListenerExtensions.AddHardwareKeyListener(View, String, EventHandler<HardwareKeyEventArgs>)
    HardwareKeyListenerExtensions.AddHardwareKeyListener(View, String)
    HardwareKeyListenerExtensions.AddHardwareKeyListener(View, HardwareKeyListener)
    HardwareKeyListenerExtensions.RemoveHardwareKeyListener(View, String, HardwareKeyModifierKeys)
    HardwareKeyListenerExtensions.RemoveHardwareKeyListener(View, HardwareKeyListener)
    HardwareKeyListenerExtensions.HardwareKeyFocus(View)
    HardwareKeyListenerExtensions.HardwareKeyUnfocus(VisualElement)
    DebugExtensions.AddToCensus(Object)
    DebugExtensions.RemoveFromCensus(Object)
    ReflectionExtensions.GetProperties(Object)
    ReflectionExtensions.GetProperty(Object, String)
    ReflectionExtensions.PropertyNames(Object)
    ReflectionExtensions.PropertyExists(Object, String)
    ReflectionExtensions.HasProperty(Object, String)
    ReflectionExtensions.GetPropertyValue(Object, String)
    ReflectionExtensions.SetPropertyValue(Object, String, Object)
    ReflectionExtensions.GetFieldValue(Object, String)
    ReflectionExtensions.SetFieldValue(Object, String, Object)
    ReflectionExtensions.CallMethod(Object, String, Object[])
    Back to top Copyright © 2018 42nd Parallel