Skip to main content

OptionsTableLayoutGroup(ILayoutControl, LayoutGroup) Constructor

Initializes a new instance of an OptionsTableLayoutGroup class with the specified owners.

Namespace: DevExpress.XtraLayout

Assembly: DevExpress.XtraLayout.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public OptionsTableLayoutGroup(
    ILayoutControl owner,
    LayoutGroup ownerGroup
)

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