Back to Devexpress

LayoutView.OptionsView Property

windowsforms-devexpress-dot-xtragrid-dot-views-dot-layout-dot-layoutview-96444e95.md

latest1.9 KB
Original Source

LayoutView.OptionsView Property

Provides access to the View’s appearance options.

Namespace : DevExpress.XtraGrid.Views.Layout

Assembly : DevExpress.XtraGrid.v25.2.dll

NuGet Packages : DevExpress.Win.Grid, DevExpress.Win.Navigation

Declaration

csharp
[DXCategory("Options")]
[XtraSerializableProperty(XtraSerializationVisibility.Content, XtraSerializationFlags.DefaultValue)]
[XtraSerializablePropertyId(4)]
public LayoutViewOptionsView OptionsView { get; }
vb
<DXCategory("Options")>
<XtraSerializableProperty(XtraSerializationVisibility.Content, XtraSerializationFlags.DefaultValue)>
<XtraSerializablePropertyId(4)>
Public ReadOnly Property OptionsView As LayoutViewOptionsView

Property Value

TypeDescription
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

LayoutView Class

LayoutView Members

DevExpress.XtraGrid.Views.Layout Namespace