Class ComboBoxDropDown
- Namespace
- InSite.Common.Web.UI
- Assembly
- InSite.UI.dll
[TypeConverter(typeof(ExpandableObjectConverter))]
public class ComboBoxDropDown : StateBagProxy
- Inheritance
-
ComboBoxDropDown
- Inherited Members
-
Constructors
ComboBoxDropDown(string, StateBag)
public ComboBoxDropDown(string prefix, StateBag viewState)
Parameters
prefix string
viewState StateBag
Properties
Container
public string Container { get; set; }
Property Value
- string
Direction
public ComboBoxDropDown.DirectionType Direction { get; set; }
Property Value
- ComboBoxDropDown.DirectionType
public string Header { get; set; }
Property Value
- string
Size
public int Size { get; set; }
Property Value
- int
Width
public Unit Width { get; set; }
Property Value
- Unit