DataGridBoundColumn.EditingElementStyle 속성

정의

편집 모드에서 열이 셀에 대해 표시하는 요소를 렌더링할 때 사용되는 스타일을 가져오거나 설정합니다.

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.

적용 대상