RowDefinitions(LayoutGroup) Constructor
Initializes a new instance of a RowDefinitions class with the specified owner.
Namespace: DevExpress.XtraLayout
Assembly: DevExpress.XtraLayout.v24.2.dll
Declaration
Parameters
Name | Type | Description |
---|---|---|
owner | LayoutGroup | A layout group that owns the created RowDefinitions object. |
See Also