DataGridViewBand.InheritedStyle Propriété

Définition

Obtient le style de cellule en vigueur pour la bande actuelle, prenant en considération l'héritage du style.

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

Valeur de propriété

Objet DataGridViewCellStyle associé au DataGridViewBand. La valeur par défaut est null.

Attributs

Remarques

L’implémentation de cette propriété dans la DataGridViewBand classe retourne null toujours, car cette classe de base ne peut pas contenir d’éléments.

Pour plus d’informations sur l’héritage des styles, consultez Styles de cellule dans le contrôle DataGridView Windows Forms.

S’applique à

Voir aussi