Table of Contents

Class ComboBoxOption

Namespace
InSite.Common.Web.UI
Assembly
InSite.UI.dll
public sealed class ComboBoxOption : ComboBoxItem, IStateManager, IComboBoxOption
Inheritance
ComboBoxOption
Implements
Inherited Members

Constructors

ComboBoxOption()

public ComboBoxOption()

ComboBoxOption(string, string)

public ComboBoxOption(string text, string value)

Parameters

text string
value string

Properties

AllowSelect

public bool AllowSelect { get; }

Property Value

bool

CssClass

public string CssClass { get; set; }

Property Value

string

Enabled

public bool Enabled { get; set; }

Property Value

bool

Html

public string Html { get; set; }

Property Value

string

Icon

public string Icon { get; set; }

Property Value

string

Keywords

[TypeConverter(typeof(StringArrayConverter))]
public string[] Keywords { get; set; }

Property Value

string[]

Selected

public bool Selected { get; set; }

Property Value

bool

Style

public string Style { get; set; }

Property Value

string

SubText

public string SubText { get; set; }

Property Value

string

Text

public override string Text { get; set; }

Property Value

string

Title

public string Title { get; set; }

Property Value

string

Value

public string Value { get; set; }

Property Value

string

Methods

LoadState(IStateReader)

protected override void LoadState(IStateReader reader)

Parameters

reader IStateReader

Render(HtmlTextWriter)

protected override void Render(HtmlTextWriter writer)

Parameters

writer HtmlTextWriter

SaveState(IStateWriter)

protected override void SaveState(IStateWriter writer)

Parameters

writer IStateWriter

SetOwner(BaseComboBox, bool)

protected override bool SetOwner(BaseComboBox owner, bool isTrackingViewState)

Parameters

owner BaseComboBox
isTrackingViewState bool

Returns

bool