Table of Contents

Interface IComboBoxOption

Namespace
Shift.Sdk.UI
Assembly
Shift.Sdk.dll
public interface IComboBoxOption
Extension Methods

Properties

AllowSelect

bool AllowSelect { get; }

Property Value

bool

Enabled

bool Enabled { get; set; }

Property Value

bool

Selected

bool Selected { get; set; }

Property Value

bool

Text

string Text { get; set; }

Property Value

string

Value

string Value { get; set; }

Property Value

string

Visible

bool Visible { get; set; }

Property Value

bool