ClassRepeatingSectionProperties
Class
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:
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 whether users can add or remove items within the repeating section during editing.
Declaration
cs-api-definition
public bool? AllowInsertAndDeleteSections { get; set; }
Property Value
bool?
SectionTitle
Gets or sets the display title shown for the repeating section in editing interfaces.