Back to Devexpress

LayoutView.OptionsSingleRecordMode Property

windowsforms-devexpress-dot-xtragrid-dot-views-dot-layout-dot-layoutview-f39b57c0.md

latest2.4 KB
Original Source

LayoutView.OptionsSingleRecordMode Property

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

Declaration

csharp
[DXCategory("Options")]
[XtraSerializableProperty(XtraSerializationVisibility.Content)]
[XtraSerializablePropertyId(4)]
public LayoutViewOptionsSingleRecordMode OptionsSingleRecordMode { get; }
vb
<DXCategory("Options")>
<XtraSerializableProperty(XtraSerializationVisibility.Content)>
<XtraSerializablePropertyId(4)>
Public ReadOnly Property OptionsSingleRecordMode As LayoutViewOptionsSingleRecordMode

Property Value

TypeDescription
LayoutViewOptionsSingleRecordMode

A LayoutViewOptionsSingleRecordMode object providing corresponding options.

|

Remarks

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

ViewMode

OptionsMultiRecordMode

LayoutView Class

LayoutView Members

DevExpress.XtraGrid.Views.Layout Namespace