DataGridViewBand.IsRow Propiedad

Definición

Obtiene un valor que indica si la banda representa una fila.

protected:
 property bool IsRow { bool get(); };
protected bool IsRow { get; }
member this.IsRow : bool
Protected ReadOnly Property IsRow As Boolean

Valor de propiedad

Es true si la banda representa un DataGridViewRow; de lo contrario, es false.

Se aplica a

Consulte también