LayoutControl.OptionsView Property
Provides access to the display options of the LayoutControl.
Namespace: DevExpress.XtraLayout
Assembly: DevExpress.XtraLayout.v26.1.dll
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