DataGridViewBand.IsRow Propiedad
Definición
Obtiene un valor que indica si la banda representa una fila.Gets a value indicating whether the band represents a row.
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
.true
if the band represents a DataGridViewRow; otherwise, false
.