LayoutControl.OptionsView Property
In This Article
Provides access to the display options of the LayoutControl.
Namespace: DevExpress.XtraLayout
Assembly: DevExpress.XtraLayout.v24.2.dll
NuGet Package: DevExpress.Win.Navigation
#Declaration
[DXCategory("Options")]
public OptionsView OptionsView { get; }
#Property Value
Type | Description |
---|---|
Options |
A 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