DataGridViewBand.IsRow Proprietà

Definizione

Ottiene un valore che indica se la banda rappresenta una riga.

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

Valore della proprietà

true se la banda rappresenta un oggetto DataGridViewRow; in caso contrario, false.

Si applica a

Vedi anche