Class DropDownListProperties
Represents the properties of a structured document tag of DropDownList 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.Windows.Documents.Model.StructuredDocumentTags
Assembly: Telerik.Windows.Documents.dll
Syntax
public class DropDownListProperties : ComboBoxProperties, ISdtProperties
Constructors
DropDownListProperties()
Initializes a new instance of the DropDownListProperties class.
Declaration
public DropDownListProperties()
Properties
IsContentLocked
Declaration
protected override bool IsContentLocked { get; }
Property Value
System.Boolean
|
Overrides
Methods
GetBuilder(SdtRangeStart)
Provides an ISdtBuilder that generates the structured document tag's content.
Declaration
protected override ISdtBuilder GetBuilder(SdtRangeStart associatedSdt)
Parameters
SdtRangeStart
associatedSdt
|
Returns
ISdtBuilder
|