ClassSdtDropDownListContentGenerator
Class
Represents ContentGenerator for drop down list content control.
Definition
Namespace:Telerik.Windows.Documents.Model.StructuredDocumentTags
Assembly:Telerik.Windows.Controls.RichTextBox.dll
Syntax:
cs-api-definition
public class SdtDropDownListContentGenerator : SdtContentGenerator<DropDownListProperties>
Inheritance: objectSdtContentGenerator<DropDownListProperties>SdtDropDownListContentGenerator
Inherited Members
Constructors
SdtDropDownListContentGenerator(DropDownListProperties)
Initializes a new instance of the SdtDropDownListContentGenerator class.
Declaration
cs-api-definition
public SdtDropDownListContentGenerator(DropDownListProperties properties)
Parameters
properties
Methods
GetContentFragmentOverride()
Generates the actual content fragment (non-placeholder).
Declaration
cs-api-definition
public override DocumentFragment GetContentFragmentOverride()
Returns
Overrides