Table of Contents

Class MultiplePickerField

Namespace
UraniumUI.Material.Controls
Assembly
UraniumUI.Material.dll
public class MultiplePickerField : InputField, IEffectControlProvider, IToolTipElement, IContextFlyoutElement, IAnimatable, IViewController, IVisualElementController, IElementController, IGestureController, IGestureRecognizers, IPropertyMapperView, IHotReloadableView, IReplaceableView, ILayout, ILayoutController, IVisualTreeElement, IContentView, IView, IElement, ITransform, IPadding, ICrossPlatformLayout, IValidatable, INotifyPropertyChanged
Inheritance
MultiplePickerField
Implements
Inherited Members
Extension Methods

Constructors

MultiplePickerField()

public MultiplePickerField()

Fields

ItemsSourceProperty

public static readonly BindableProperty ItemsSourceProperty

Field Value

BindableProperty

SelectedItemsProperty

public static readonly BindableProperty SelectedItemsProperty

Field Value

BindableProperty

chipsHolderLayout

protected FlexLayout chipsHolderLayout

Field Value

FlexLayout

Properties

Content

public override View Content { get; set; }

Property Value

View

DialogService

protected IDialogService DialogService { get; }

Property Value

IDialogService

HasValue

public override bool HasValue { get; }

Property Value

bool

IsBusy

public bool IsBusy { get; protected set; }

Property Value

bool

ItemsSource

public IList ItemsSource { get; set; }

Property Value

IList

MainContentView

public ContentView MainContentView { get; }

Property Value

ContentView

SelectedItems

public IList SelectedItems { get; set; }

Property Value

IList

Methods

CreateLayout()

protected FlexLayout CreateLayout()

Returns

FlexLayout

OnItemsSourceSet()

protected virtual void OnItemsSourceSet()

OnSelectedItemsSet(IList, IList)

protected virtual void OnSelectedItemsSet(IList oldValue, IList newValue)

Parameters

oldValue IList
newValue IList