Skip to main content
A newer version of this page is available. .

OptionsTableLayoutGroup.RowCount Property

Returns the number of rows within the table layout.

Namespace: DevExpress.XtraLayout

Assembly: DevExpress.XtraLayout.v19.1.dll

Declaration

[Browsable(false)]
public int RowCount { get; }

Property Value

Type Description
Int32

The number of rows within the table layout.

Property Paths

You can access this nested property as listed below:

Object Type Path to RowCount
LayoutViewCard
LayoutControlGroup
LayoutGroup

Remarks

The RowCount property gets the number of elements within the layout group’s OptionsTableLayoutGroup.RowDefinitions collection.

See Also