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

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.v19.2.dll

Declaration

[DXCategory("Options")]
[XtraSerializableProperty(XtraSerializationVisibility.Content)]
[XtraSerializablePropertyId(4)]
public LayoutViewOptionsSingleRecordMode OptionsSingleRecordMode { get; }

Property Value

Type Description
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