OptionsTableLayoutGroup(ILayoutControl, LayoutGroup) Constructor
Initializes a new instance of an OptionsTableLayoutGroup class with the specified owners.
Namespace: DevExpress.XtraLayout
Assembly: DevExpress.XtraLayout.v24.2.dll
Declaration
Parameters
Name | Type | Description |
---|---|---|
owner | DevExpress.XtraLayout.ILayoutControl | An object that implements the ILayoutControl interface, and owns the created OptionsTableLayoutGroup object. |
ownerGroup | LayoutGroup | A layout group that owns the created OptionsTableLayoutGroup object. |
See Also