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 コントロール内にあり、共有行です。
注釈
このプロパティは、セルにも適用される列スタイルに関係なく、行内のすべてのセルに適用されるセル スタイルを決定するのに役立ちます。 row InheritedStyle プロパティは、次のプロパティから値を継承します。
DataGridView.AlternatingRowsDefaultCellStyle (奇数のインデックス番号を持つ行の場合)
セル スタイルの継承の詳細については、「Windows フォーム DataGridView コントロールでのセルのスタイル」を参照してください。
適用対象
こちらもご覧ください
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
.NET