Class RepeatingSectionItemProperties
Represents the properties of a structured document tag of RepeatingSectionItem type.
Inherited Members
Namespace: Telerik.WinForms.Documents.Model.StructuredDocumentTags
Assembly: Telerik.WinControls.RichTextEditor.dll
Syntax
public class RepeatingSectionItemProperties : SdtProperties, ISdtProperties
Constructors
RepeatingSectionItemProperties()
Initializes a new instance of the RepeatingSectionItemProperties class.
Declaration
public RepeatingSectionItemProperties()
Properties
OutlineColor
Declaration
public override Color? OutlineColor { get; set; }
Property Value
System.Nullable<Color>
|
Overrides
ParentSectionProperties
Gets the SdtProperties associated with the parent repeating section control.
Declaration
public RepeatingSectionProperties ParentSectionProperties { get; }
Property Value
RepeatingSectionProperties
|
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
|