Class RepeatingSectionProperties
Configures a structured document tag as a repeating section that can contain multiple items, enabling dynamic list generation.
Inherited Members
Namespace: Telerik.Windows.Documents.Flow.Model.StructuredDocumentTags
Assembly: Telerik.Windows.Documents.Flow.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 whether users can add or remove items within the repeating section during editing.
Declaration
public bool? AllowInsertAndDeleteSections { get; set; }
Property Value
|
System.Nullable<System.Boolean>
|
SectionTitle
Gets or sets the display title shown for the repeating section in editing interfaces.
Declaration
public string SectionTitle { get; set; }
Property Value
|
System.String
|