OptionsTableLayoutGroup.RowCount Property
In This Article
Returns the number of rows within the table layout.
Namespace: DevExpress.XtraLayout
Assembly: DevExpress.XtraLayout.v24.2.dll
NuGet Package: DevExpress.Win.Navigation
#Declaration
#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 Row |
---|---|
Layout |
|
#Remarks
The RowCount property gets the number of elements within the layout group’s OptionsTableLayoutGroup.RowDefinitions collection.
See Also