Skip to main content
A newer version of this page is available. .

LayoutView.OptionsView Property

Provides access to the View’s appearance options.

Namespace: DevExpress.XtraGrid.Views.Layout

Assembly: DevExpress.XtraGrid.v18.2.dll

Declaration

[DXCategory("Options")]
[XtraSerializableProperty(XtraSerializationVisibility.Content, XtraSerializationFlags.DefaultValue)]
[XtraSerializablePropertyId(4)]
public LayoutViewOptionsView OptionsView { get; }

Property Value

Type Description
LayoutViewOptionsView

A LayoutViewOptionsView object containing the View’s appearance options.

Remarks

The OptionsView object provides a set of properties controlling how the LayoutView is displayed onscreen.. See the list of members of the LayoutViewOptionsView class for information on the available options.

See Also