Class RepeatingSectionProperties
Represents the properties of a structured document tag of RepeatingSection type.
Inherited Members
Namespace: Telerik.WinForms.Documents.Model.StructuredDocumentTags
Assembly: Telerik.WinControls.RichTextEditor.dll
Syntax
public class RepeatingSectionProperties : SdtProperties, ISdtProperties
Constructors
RepeatingSectionProperties()
Initializes a new instance of the RepeatingSectionProperties class.
Declaration
public RepeatingSectionProperties()
Properties
AllowInsertAndDeleteSections
Gets or sets a value that indicates whether the underlying sections can be modified.
Declaration
[XamlSerializable]
public bool? AllowInsertAndDeleteSections { get; set; }
Property Value
System.Nullable<System.Boolean>
|
SectionTitle
Gets or sets the title of the section.
Declaration
[XamlSerializable]
public string SectionTitle { get; set; }
Property Value
System.String
|
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
|