Configures a structured document tag as a repeating section that can contain multiple items, enabling dynamic list generation.
Definition
Namespace:Telerik.Windows.Documents.Flow.Model.StructuredDocumentTags
Assembly:Telerik.Windows.Documents.Flow.dll
Syntax:
C#
public class RepeatingSectionProperties : SdtProperties
Inheritance: objectSdtPropertiesRepeatingSectionProperties
Inherited Members
Constructors
Initializes a new instance of the RepeatingSectionProperties class.
C#
public RepeatingSectionProperties()
Properties
Gets or sets whether users can add or remove items within the repeating section during editing.
C#
public bool? AllowInsertAndDeleteSections { get; set; }
Gets or sets the display title shown for the repeating section in editing interfaces.
C#
public string SectionTitle { get; set; }