DataGridViewRow.InheritedStyle Özellik

Tanım

Satır için geçerli hücre stilini alır.

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

Özellik Değeri

DataGridViewCellStyle

DataGridViewCellStyle Satırdaki hücreler için biçimlendirme ve stil bilgilerini belirten bir.

Özel durumlar

Satır bir DataGridView denetimdedir ve paylaşılan bir satırdır.

Açıklamalar

Bu özellik, aynı zamanda hücrelere uygulanmış olan sütun stillerinden bağımsız olarak bir satırdaki tüm hücrelere hangi hücre stillerinin uygulanacağını belirlemek için yararlıdır. Satır InheritedStyle özelliği, değerlerini aşağıdaki özelliklerden devralır:

Hücre stili devralma hakkında daha fazla bilgi için bkz. Windows Forms DataGridView Denetimindeki Hücre Stilleri.

Şunlara uygulanır

Ayrıca bkz.