ContentControl.AllowInsertDeleteSection 属性

定义

获取或设置用户是否可以使用用户界面在指定的重复节内容控件中添加或删除节。

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

属性值

注解

只能将此属性用于重复节内容控件。 将其与其他内容控件一起使用将导致错误消息效果。

适用于