DataGridViewBand.InheritedStyle Propiedad

Definición

Obtiene el estilo de celda vigente para la banda actual, teniendo en cuenta la herencia de estilo.

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

Valor de propiedad

DataGridViewCellStyle asociado al DataGridViewBand. De manera predeterminada, es null.

Atributos

Comentarios

La implementación de esta propiedad en la DataGridViewBand clase siempre devuelve null porque esta clase base no puede contener elementos.

Para obtener más información sobre la herencia de estilos, vea Estilos de celda en el control DataGridView de Windows Forms.

Se aplica a

Consulte también