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

LayoutControl.OptionsView Property

Provides access to the display options of the LayoutControl.

Namespace: DevExpress.XtraLayout

Assembly: DevExpress.XtraLayout.v19.2.dll

Declaration

[DXCategory("Options")]
public OptionsView OptionsView { get; }

Property Value

Type Description
OptionsView

A OptionsView object which specify the control’s display options.

Remarks

The OptionsView property provides options which control the appearance of the LayoutControl. See the OptionsView class’ members for information on these options.

See Also