Hevea documentation

Combo Properties

The properties of the Combo class are listed below. For a complete list of Combo class members, see the Combo Members topic.

Public Instance Properties

AutoPostBack (inherited from WebComponent) Sets / gets the auto-postback.
AutoSubmit Enables / disables the submit on selection (true by default). Indicates if the auto-submit enabling status.
CheckMandatoryFields Enables or disables the check of mandatory fields.
EmptyValue Gets the combo Empty value.
Enabled (inherited from WebComponent) Enables/disables a component; indicates if a component is enabled.
Id (inherited from WebComponent) Gets the component identifier.
Mandatory (inherited from WebComponent) Makes the component mandatory or not / Indicates if the component is mandatory.
Owner (inherited from WebComponent) Gets / sets the page where the component is.
PostedValue Gets the posted value.
Value Gets / sets the combo value (key).
Visible (inherited from WebComponent) Gets / sets the component visibility.

See Also

Combo Class | Hevea.Core.Http.Html.UI Namespace