ClassRepeatingSectionItemProperties
Class
Represents the properties of a structured document tag of RepeatingSectionItem type.
Definition
Namespace:Telerik.WinForms.Documents.Model.StructuredDocumentTags
Assembly:Telerik.WinControls.RichTextEditor.dll
Syntax:
cs-api-definition
public class RepeatingSectionItemProperties : SdtProperties
Inheritance: objectSdtPropertiesRepeatingSectionItemProperties
Inherited Members
Constructors
RepeatingSectionItemProperties()
Initializes a new instance of the RepeatingSectionItemProperties class.
Declaration
cs-api-definition
public RepeatingSectionItemProperties()
Properties
OutlineColor
Gets or sets the color that is used for visualizing the outline.
Declaration
cs-api-definition
public override Color? OutlineColor { get; set; }
Property Value
Overrides
ParentSectionProperties
Gets the SdtProperties associated with the parent repeating section control.
Declaration
cs-api-definition
public RepeatingSectionProperties ParentSectionProperties { get; }
Property Value
Methods
GetBuilder(SdtRangeStart)
Provides an ISdtBuilder that generates the structured document tag's content.
Declaration
cs-api-definition
protected override ISdtBuilder GetBuilder(SdtRangeStart associatedSdt)
Parameters
associatedSdt
Returns
Overrides