OptionsTableLayoutGroup(ILayoutControl, LayoutGroup) Constructor
Initializes a new instance of an OptionsTableLayoutGroup class with the specified owners.
Namespace: DevExpress.XtraLayout
Assembly: DevExpress.XtraLayout.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
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