Skip to main content

LayoutControl.OptionsView Property

Provides access to the display options of the LayoutControl.

Namespace: DevExpress.XtraLayout

Assembly: DevExpress.XtraLayout.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

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