DataGridBoundColumn.ElementStyle 속성

정의

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

public:
 property System::Windows::Style ^ ElementStyle { System::Windows::Style ^ get(); void set(System::Windows::Style ^ value); };
public System.Windows.Style ElementStyle { get; set; }
member this.ElementStyle : System.Windows.Style with get, set
Public Property ElementStyle As Style

속성 값

Style

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

적용 대상