Click or drag to resize

ComboboxItemText Property

Gets or sets the text displayed in a list control for the item represented by the Item.

Namespace:  Dynamicweb.Controls
Assembly:  Dynamicweb.Controls (in Dynamicweb.Controls.dll) Version: 4.2.3
Syntax
[BindableAttribute(true)]
[DefaultValueAttribute("")]
public string Text { get; set; }

Property Value

Type: String
The text displayed in a list control for the item represented by the Item control. The default value is String.Empty.

Return Value

Type: String
Remarks