Table of Contents

Interface IDropdown

Namespace
UraniumUI.Controls
Assembly
UraniumUI.dll
public interface IDropdown : IView, IElement, ITransform
Inherited Members

Properties

HorizontalTextAlignment

TextAlignment HorizontalTextAlignment { get; set; }

Property Value

TextAlignment

ItemDisplayBinding

BindingBase ItemDisplayBinding { get; set; }

Property Value

BindingBase

ItemsSource

IList ItemsSource { get; set; }

Property Value

IList

Placeholder

string Placeholder { get; set; }

Property Value

string

PlaceholderColor

Color PlaceholderColor { get; set; }

Property Value

Color

SelectedItem

object SelectedItem { get; set; }

Property Value

object