LayoutControl.OptionsView Property
Provides access to the display options of the LayoutControl.
Namespace: DevExpress.XtraLayout
Assembly: DevExpress.XtraLayout.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
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