ClassComboBoxProperties
Class
Represents the properties of a structured document tag of ComboBox type.
Definition
Namespace:Telerik.WinForms.Documents.Model.StructuredDocumentTags
Assembly:Telerik.WinControls.RichTextEditor.dll
Syntax:
cs-api-definition
public class ComboBoxProperties : SdtProperties
Inheritance: objectSdtPropertiesComboBoxProperties
Derived Classes:
Inherited Members
Constructors
ComboBoxProperties()
Initializes a new instance of the ComboBoxProperties class.
Declaration
cs-api-definition
public ComboBoxProperties()
Properties
Items
Gets the items associated with this combo box.
Declaration
cs-api-definition
[XamlCompositePropertySerializable]
public List<ListItem> Items { get; set; }
Property Value
List<ListItem>
LastValue
Gets the content value.
Declaration
cs-api-definition
[XamlSerializable]
public string LastValue { get; set; }
Property Value
Methods
GetBuilder(SdtRangeStart)
Provides a ISdtBuilder that generates the structured document tag's content.
Declaration
cs-api-definition
protected override ISdtBuilder GetBuilder(SdtRangeStart associatedSdt)
Parameters
associatedSdt
Returns
Overrides