Class ComboBoxProperties
Represents the properties of a structured document tag of ComboBox type.
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WinForms.Documents.Model.StructuredDocumentTags
Assembly: Telerik.WinControls.RichTextEditor.dll
Syntax
public class ComboBoxProperties : SdtProperties, ISdtProperties
Constructors
ComboBoxProperties()
Properties
Items
Gets the items associated with this combo box.
Declaration
[XamlCompositePropertySerializable]
public List<ListItem> Items { get; set; }
Property Value
System.Collections.Generic.List<ListItem>
|
LastValue
Gets the content value.
Declaration
[XamlSerializable]
public string LastValue { get; set; }
Property Value
System.String
|
SelectedItem
Methods
GetBuilder(SdtRangeStart)
Provides a ISdtBuilder that generates the structured document tag's content.
Declaration
protected override ISdtBuilder GetBuilder(SdtRangeStart associatedSdt)
Parameters
SdtRangeStart
associatedSdt
|
Returns
ISdtBuilder
|