Edit

Share via


DataGridViewBand.IsRow Property

Definition

Gets a value indicating whether the band represents a row.

C#
protected bool IsRow { get; }

Property Value

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

Applies to

See also