ClassRepeatingSectionProperties
Class
Represents the properties of a structured document tag of RepeatingSection type.
Definition
Namespace:Telerik.Windows.Documents.Model.StructuredDocumentTags
Assembly:Telerik.Windows.Controls.RichTextBox.dll
Syntax:
cs-api-definition
public class RepeatingSectionProperties : SdtProperties
Inheritance: objectSdtPropertiesRepeatingSectionProperties
Inherited Members
Constructors
RepeatingSectionProperties()
Initializes a new instance of the RepeatingSectionProperties class.
Declaration
cs-api-definition
public RepeatingSectionProperties()
Properties
AllowInsertAndDeleteSections
Gets or sets a value that indicates whether the underlying sections can be modified.
Declaration
cs-api-definition
[XamlSerializable]
public bool? AllowInsertAndDeleteSections { get; set; }
Property Value
bool?
SectionTitle
Gets or sets the title of the section.
Declaration
cs-api-definition
[XamlSerializable]
public string SectionTitle { get; set; }
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