ClassComboBoxProperties
Class
Represents the properties of a structured document tag of ComboBox type.
Definition
Namespace:Telerik.Windows.Documents.Model.StructuredDocumentTags
Assembly:Telerik.Windows.Controls.RichTextBox.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.
LastValue
Gets the content value.
Declaration
cs-api-definition
[XamlSerializable]
public string LastValue { get; set; }
Property Value
SelectedItem
Gets or sets the currently selected item in the ComboBox.
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