DataGridViewBand.IsRow Propriété

Définition

Obtient une valeur indiquant si la bande représente une ligne.

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

Valeur de propriété

Boolean

true si la bande représente un DataGridViewRow ; sinon, false.

S’applique à

Voir aussi