0
요소 초기화시 DependencyProperty
을 어떻게 설정할 수 있습니까 ??요소의 초기화시 DependencyProperty를 설정 하시겠습니까?
new DataGrid() { FocusManager.SetIsFocusScope(DataGrid_Obj,true)};
그것은 나에게 다음과 같은 오류주고있다
: 나는 다음과 같이 작성하는 경우
을 :
DataGrid DataGrid_Obj = new DataGrid() { FocusManager.SetIsFocusScope(DataGrid_Obj,true)};
를 다음 그것은 나에게주고있다 :