Back to Devexpress

OptionsTableLayoutGroup.RowCount Property

windowsforms-devexpress-dot-xtralayout-dot-optionstablelayoutgroup-338279fd.md

latest1.7 KB
Original Source

OptionsTableLayoutGroup.RowCount Property

Returns the number of rows within the table layout.

Namespace : DevExpress.XtraLayout

Assembly : DevExpress.XtraLayout.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[Browsable(false)]
public int RowCount { get; }
vb
<Browsable(False)>
Public ReadOnly Property RowCount As Integer

Property Value

TypeDescription
Int32

The number of rows within the table layout.

|

Property Paths

You can access this nested property as listed below:

Object TypePath to RowCount
LayoutGroup

.OptionsTableLayoutGroup .RowCount

|

Remarks

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

See Also

RowDefinitions

OptionsTableLayoutGroup Class

OptionsTableLayoutGroup Members

DevExpress.XtraLayout Namespace