windowsforms-devexpress-dot-xtragrid-dot-views-dot-layout-dot-layoutview-f39b57c0.md
Provides access to a card’s display options applied in single card display mode.
Namespace : DevExpress.XtraGrid.Views.Layout
Assembly : DevExpress.XtraGrid.v25.2.dll
NuGet Packages : DevExpress.Win.Grid, DevExpress.Win.Navigation
[DXCategory("Options")]
[XtraSerializableProperty(XtraSerializationVisibility.Content)]
[XtraSerializablePropertyId(4)]
public LayoutViewOptionsSingleRecordMode OptionsSingleRecordMode { get; }
<DXCategory("Options")>
<XtraSerializableProperty(XtraSerializationVisibility.Content)>
<XtraSerializablePropertyId(4)>
Public ReadOnly Property OptionsSingleRecordMode As LayoutViewOptionsSingleRecordMode
| Type | Description |
|---|---|
| LayoutViewOptionsSingleRecordMode |
A LayoutViewOptionsSingleRecordMode object providing corresponding options.
|
When the LayoutViewOptionsView.ViewMode property is set to LayoutViewMode.SingleRecord, the LayoutView can display only one card at a time. The settings provided by the OptionsSingleRecordMode object control some display options of the card in this mode (the card’s position within the View, and whether the card is stretched vertically or horizontally).
See Also