ContentControl.AllowInsertDeleteSection Property

Definition

Gets or sets whether users can add or remove sections from the specified repeating section content control by using the user interface.

public:
 property bool AllowInsertDeleteSection { bool get(); void set(bool value); };
public bool AllowInsertDeleteSection { get; set; }
member this.AllowInsertDeleteSection : bool with get, set
Public Property AllowInsertDeleteSection As Boolean

Property Value

Remarks

You can use this property only with repeating section content controls. Using it with other content controls will result in an error message effect.

Applies to