RowDefinitions(DefinitionBaseCollection, LayoutGroup) Constructor
Initializes a new instance of a RowDefinitions class with the settings of the specified source object and with the specified owner.
Namespace: DevExpress.XtraLayout
Assembly: DevExpress.XtraLayout.v25.2.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| source | DevExpress.XtraLayout.DefinitionBaseCollection | An object whose settings are used to initialize the created object. |
| ownerGroup | LayoutGroup | A layout group that owns the created object. |
See Also