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

OptionsFocus Class

Contains options that affect focus movement between controls within the Layout Control and layout groups.

Namespace: DevExpress.XtraLayout

Assembly: DevExpress.XtraLayout.v19.1.dll

Declaration

public class OptionsFocus :
    BaseLayoutOptions

The following members return OptionsFocus objects:

Remarks

The options this class provides are accessible with the LayoutControl.OptionsFocus property.

See the Focus Management topic for more information.

Inheritance

Object
DevExpress.XtraLayout.BaseLayoutOptions
OptionsFocus
See Also