New to Telerik Document ProcessingStart a free 30-day trial

Configures a structured document tag as a repeating section that can contain multiple items, enabling dynamic list generation.

Definition

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; }