DataGridViewRow.InheritedStyle プロパティ

定義

行に対して有効なセル スタイルを取得します。

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 コントロール内にあり、共有行です。

注釈

このプロパティは、セルにも適用される列スタイルに関係なく、行内のすべてのセルに適用されるセル スタイルを決定するのに役立ちます。 row InheritedStyle プロパティは、次のプロパティから値を継承します。

セル スタイルの継承の詳細については、「Windows フォーム DataGridView コントロールでのセルのスタイル」を参照してください。

適用対象

こちらもご覧ください