DataGridViewRow.InheritedStyle 속성
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
행에 적용되는 셀 스타일을 가져옵니다.
public:
virtual property System::Windows::Forms::DataGridViewCellStyle ^ InheritedStyle { System::Windows::Forms::DataGridViewCellStyle ^ get(); };
public override System.Windows.Forms.DataGridViewCellStyle InheritedStyle { get; }
member this.InheritedStyle : System.Windows.Forms.DataGridViewCellStyle
Public Overrides ReadOnly Property InheritedStyle As DataGridViewCellStyle
속성 값
행의 셀에 대한 서식 및 스타일 정보를 지정하는 DataGridViewCellStyle입니다.
예외
행이 DataGridView 컨트롤 안에 있고 공유 행인 경우
설명
이 속성은 셀에도 적용 되는 열 스타일에 관계 없이 행의 모든 셀에 적용 되는 셀 스타일을 결정 하는 데 유용 합니다. 행 InheritedStyle 속성은 다음 속성에서 해당 값을 상속합니다.
DataGridView.AlternatingRowsDefaultCellStyle (홀수 인덱스 번호가 있는 행의 경우)
셀 스타일 상속에 대한 자세한 내용은 Windows Forms DataGridView 컨트롤의 셀 스타일을 참조하세요.