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

속성 값

Style

편집 요소를 렌더링할 때 사용되는 스타일입니다. 등록된 기본값은 null입니다. 값에 영향을 줄 수 있는 요소에 대한 자세한 내용은 DependencyProperty를 참조하십시오.

적용 대상