WebPartZoneBase.DragDropEnabled 속성

정의

WebPart 컨트롤을 영역 내부 또는 외부로 끌 수 있는지 여부를 나타내는 값을 가져옵니다.

protected public:
 property bool DragDropEnabled { bool get(); };
protected internal bool DragDropEnabled { get; }
member this.DragDropEnabled : bool
Protected Friend ReadOnly Property DragDropEnabled As Boolean

속성 값

Boolean

컨트롤을 끌어 옮길 수 있는지 여부를 나타내는 부울 값입니다.

설명

이 속성은 DragDropEnabled 런타임에 컨트롤을 영역으로 끌 수 있는지 WebPart 여부를 나타냅니다. 이 속성은 페이지가 끌어서 놓기 편집을 허용하는 페이지 표시 모드에 있는지 여부와 속성이 설정되었는지 여부를 AllowLayoutChange 확인하는 데 true특별히 사용됩니다.

적용 대상

추가 정보