ContentControl.AllowInsertDeleteSection Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.