DataGridViewBand.InheritedStyle 속성

정의

스타일 상속을 고려하여 현재 밴드에 적용되는 셀 스타일을 가져옵니다.

public:
 virtual property System::Windows::Forms::DataGridViewCellStyle ^ InheritedStyle { System::Windows::Forms::DataGridViewCellStyle ^ get(); };
[System.ComponentModel.Browsable(false)]
public virtual System.Windows.Forms.DataGridViewCellStyle InheritedStyle { get; }
[System.ComponentModel.Browsable(false)]
public virtual System.Windows.Forms.DataGridViewCellStyle? InheritedStyle { get; }
[<System.ComponentModel.Browsable(false)>]
member this.InheritedStyle : System.Windows.Forms.DataGridViewCellStyle
Public Overridable ReadOnly Property InheritedStyle As DataGridViewCellStyle

속성 값

DataGridViewCellStyle

DataGridViewCellStyle과 관련된 DataGridViewBand입니다. 기본값은 null입니다.

특성

설명

이 기본 클래스는 요소를 포함할 수 없으므로 클래스에서 DataGridViewBand 이 속성의 구현은 항상 반환 null 됩니다.

스타일 상속에 대한 자세한 내용은 Windows Forms DataGridView 컨트롤의 셀 스타일을 참조하세요.

적용 대상

추가 정보