WebPartDisplayMode.AllowPageDesign 属性
定义
获取一个值,该值确定当一个 Web 部件页处于某种特定显示模式时,用户是否能够更改页面布局。Gets a value that determines whether users can change the layout of a Web Parts page when the page is in a certain display mode.
public:
virtual property bool AllowPageDesign { bool get(); };
public virtual bool AllowPageDesign { get; }
member this.AllowPageDesign : bool
Public Overridable ReadOnly Property AllowPageDesign As Boolean
属性值
如果用户可以更改页面布局,则为 true;否则为 false。true if users can change the page layout; otherwise, false. 默认值为 false。The default is false.