OptionsTableLayoutGroup.RowCount Property
Returns the number of rows within the table layout.
Namespace: DevExpress.XtraLayout
Assembly: DevExpress.XtraLayout.v24.1.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 RowCount |
---|---|
LayoutGroup |
|
Remarks
The RowCount property gets the number of elements within the layout group’s OptionsTableLayoutGroup.RowDefinitions collection.
See Also