DataGridViewBand.IsRow Eigenschaft

Definition

Ruft einen Wert ab, der angibt, ob das Band eine Zeile darstellt.

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

Eigenschaftswert

true, wenn das Band eine DataGridViewRow darstellt, andernfalls false.

Gilt für:

Weitere Informationen