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

OptionsFocus(ILayoutControl) Constructor

Initializes a new instance of the OptionsFocus class.

Namespace: DevExpress.XtraLayout

Assembly: DevExpress.XtraLayout.v19.1.dll

Declaration

public OptionsFocus(
    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