Table of Contents

Class Dropdown

Namespace
UraniumUI.Controls
Assembly
UraniumUI.dll
public class Dropdown : Button, INotifyPropertyChanged, IVisualTreeElement, IEffectControlProvider, IToolTipElement, IContextFlyoutElement, IAnimatable, IGestureController, IGestureRecognizers, IPropertyMapperView, IHotReloadableView, IReplaceableView, IButtonController, IElementConfiguration<Button>, IImageController, IViewController, IVisualElementController, IElementController, ITextButton, IText, ITextStyle, IImageButton, IButton, IPadding, IButtonStroke, IImage, IImageSourcePart, IDropdown, IView, IElement, ITransform
Inheritance
Dropdown
Implements
Inherited Members
Extension Methods

Constructors

Dropdown()

public Dropdown()

Fields

HorizontalTextAlignmentProperty

public static readonly BindableProperty HorizontalTextAlignmentProperty

Field Value

BindableProperty

ItemsSourceProperty

public static readonly BindableProperty ItemsSourceProperty

Field Value

BindableProperty

PlaceholderColorProperty

public static readonly BindableProperty PlaceholderColorProperty

Field Value

BindableProperty

PlaceholderProperty

public static readonly BindableProperty PlaceholderProperty

Field Value

BindableProperty

SelectedItemProperty

public static readonly BindableProperty SelectedItemProperty

Field Value

BindableProperty

Properties

HorizontalTextAlignment

public TextAlignment HorizontalTextAlignment { get; set; }

Property Value

TextAlignment

ItemDisplayBinding

public BindingBase ItemDisplayBinding { get; set; }

Property Value

BindingBase

ItemsSource

public IList ItemsSource { get; set; }

Property Value

IList

Placeholder

public string Placeholder { get; set; }

Property Value

string

PlaceholderColor

public Color PlaceholderColor { get; set; }

Property Value

Color

SelectedItem

public object SelectedItem { get; set; }

Property Value

object

Methods

OnItemsSourceChanged(IList, IList)

protected virtual void OnItemsSourceChanged(IList oldValue, IList newValue)

Parameters

oldValue IList
newValue IList