DataGridRow.IsSelected 속성

정의

행이 선택되었는지 여부를 나타내는 값을 가져오거나 설정합니다.

public:
 property bool IsSelected { bool get(); void set(bool value); };
[System.ComponentModel.Bindable(true)]
public bool IsSelected { get; set; }
[<System.ComponentModel.Bindable(true)>]
member this.IsSelected : bool with get, set
Public Property IsSelected As Boolean

속성 값

행이 선택되어 있으면 등록된 기본값은 .입니다 false. 값에 영향을 줄 수 있는 항목에 대한 자세한 내용은 다음을 참조하세요 DependencyProperty.

특성

적용 대상

추가 정보