DataGridComboBoxColumn.EditingElementStyle 속성
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
열이 편집 모드에서 셀에 대해 표시하는 요소를 렌더링할 때 사용되는 스타일을 가져오거나 설정합니다.
public:
property System::Windows::Style ^ EditingElementStyle { System::Windows::Style ^ get(); void set(System::Windows::Style ^ value); };
public System.Windows.Style EditingElementStyle { get; set; }
member this.EditingElementStyle : System.Windows.Style with get, set
Public Property EditingElementStyle As Style
속성 값
편집 요소를 렌더링할 때 사용되는 스타일입니다. 등록된 기본값은 null
입니다. 값에 영향을 줄 수 있는 요소에 대한 자세한 내용은 DependencyProperty를 참조하십시오.
설명
를 가져오DefaultEditingElementStyle면 기본값 EditingElementStyle 을 다시 설정할 수 있습니다.