DataGridViewBand.IsRow Property

Definition

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

Property Value

true if the band represents a DataGridViewRow; otherwise, false.

Applies to

See also