Back to Devexpress

ASPxVerticalGrid.Rows Property

aspnet-devexpress-dot-web-dot-aspxverticalgrid-61f5358b.md

latest1.6 KB
Original Source

ASPxVerticalGrid.Rows Property

Provides access to a VerticalGrid’s row collection.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
[DefaultValue(null)]
public VerticalGridRowCollection Rows { get; }
vb
<DefaultValue(Nothing)>
Public ReadOnly Property Rows As VerticalGridRowCollection

Property Value

TypeDefaultDescription
VerticalGridRowCollectionnull

A VerticalGridRowCollection object that represents a collection of rows within the ASPxVerticalGrid control.

|

Remarks

The Rows property stores a collection of VerticalGridRow objects that represent rows. It provides methods that allow you to add new and remove existing rows. Individual rows can be accessed using indexed notation.

See Also

AllRows

AutoGenerateRows

Grid View

ASPxVerticalGrid Class

ASPxVerticalGrid Members

DevExpress.Web Namespace