Skip to main content
A newer version of this page is available. .

OptionsItemText(ILayoutControl) Constructor

Initializes a new instance of the OptionsItemText class.

Namespace: DevExpress.XtraLayout

Assembly: DevExpress.XtraLayout.v19.2.dll

Declaration

public OptionsItemText(
    ILayoutControl owner
)

Parameters

Name Type Description
owner DevExpress.XtraLayout.ILayoutControl

An object that implements the ILayoutControl interface, which will receive change notifications when properties of the created object are changed.

See Also