DataGridHeaderBorder.IsPressed 속성

정의

헤더가 누름으로 표시되는지 여부를 나타내는 값을 가져오거나 설정합니다.

public:
 property bool IsPressed { bool get(); void set(bool value); };
public bool IsPressed { get; set; }
member this.IsPressed : bool with get, set
Public Property IsPressed As Boolean

속성 값

true헤더가 눌렀으면 이고, 그렇지 않으면 . false 등록된 기본값은 .입니다 false. 값에 영향을 줄 수 있는 항목에 대한 자세한 내용은 다음을 참조하세요 DependencyProperty.

적용 대상