Skip to main content

OptionsTableLayoutItem(BaseLayoutItem) Constructor

Initializes a new instance of an OptionsTableLayoutItem class with the specified owner.

Namespace: DevExpress.XtraLayout

Assembly: DevExpress.XtraLayout.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public OptionsTableLayoutItem(
    BaseLayoutItem ownerItem
)

Parameters

Name Type Description
ownerItem BaseLayoutItem

A layout item that owns the created OptionsTableLayoutItem object.

See Also