DataGridViewColumn.InheritedStyle 속성
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
열에 현재 적용된 셀 스타일을 가져옵니다.
public:
virtual property System::Windows::Forms::DataGridViewCellStyle ^ InheritedStyle { System::Windows::Forms::DataGridViewCellStyle ^ get(); };
[System.ComponentModel.Browsable(false)]
public override System.Windows.Forms.DataGridViewCellStyle InheritedStyle { get; }
[<System.ComponentModel.Browsable(false)>]
member this.InheritedStyle : System.Windows.Forms.DataGridViewCellStyle
Public Overrides ReadOnly Property InheritedStyle As DataGridViewCellStyle
속성 값
열을 표시하는 데 사용되는 셀 스타일을 나타내는 DataGridViewCellStyle입니다.
- 특성
설명
이 속성은 셀에도 적용 되는 행 스타일에 관계 없이 열의 모든 셀에 적용 되는 셀 스타일을 결정 하는 데 유용 합니다. 열 InheritedStyle 속성은 해당 값과 DataGridView.DefaultCellStyle 속성의 DefaultCellStyle 값을 상속합니다.
셀 스타일 상속에 대한 자세한 내용은 Windows Forms DataGridView 컨트롤의 셀 스타일을 참조하세요.