다음을 통해 공유


TreeView.CanDragItems 속성

정의

뷰의 항목을 데이터 페이로드로 끌 수 있는지 여부를 나타내는 값을 가져오거나 설정합니다.

public:
 property bool CanDragItems { bool get(); void set(bool value); };
/// [get: Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValue(value="true")]
/// [set: Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValue(value="true")]
bool CanDragItems();

void CanDragItems(bool value);
/// [Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValue(value="true")]
/// [get: Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValue(value="true")]
/// [set: Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValue(value="true")]
bool CanDragItems();

void CanDragItems(bool value);
public bool CanDragItems { [Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValue(value="true")] get; [Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValue(value="true")] set; }
[Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValue(value="true")]
public bool CanDragItems { [Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValue(value="true")] get; [Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValue(value="true")] set; }
var boolean = treeView.canDragItems;
treeView.canDragItems = boolean;
Public Property CanDragItems As Boolean
<TreeView CanDragItems="bool"/>

속성 값

Boolean

bool

뷰의 항목을 데이터 페이로드로 끌 수 있으면 true입니다. 그렇지 않으면 false입니다. 기본값은 true입니다.

특성
Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValueAttribute

적용 대상