Back to Devexpress

LayoutControl.OptionsView Property

windowsforms-devexpress-dot-xtralayout-dot-layoutcontrol-338e71da.md

latest1.5 KB
Original Source

LayoutControl.OptionsView Property

Provides access to the display options of the LayoutControl.

Namespace : DevExpress.XtraLayout

Assembly : DevExpress.XtraLayout.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[DXCategory("Options")]
public OptionsView OptionsView { get; }
vb
<DXCategory("Options")>
Public ReadOnly Property OptionsView As OptionsView

Property Value

TypeDescription
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

LayoutControl Class

LayoutControl Members

DevExpress.XtraLayout Namespace