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

LayoutViewOptionsSingleRecordMode Class

Contains display options applied in single card display mode.

Namespace: DevExpress.XtraGrid.Views.Layout

Assembly: DevExpress.XtraGrid.v20.2.dll

NuGet Package: DevExpress.Win.Grid

Declaration

public class LayoutViewOptionsSingleRecordMode :
    ViewBaseOptions

The following members return LayoutViewOptionsSingleRecordMode objects:

Remarks

When the LayoutViewOptionsView.ViewMode property is set to LayoutViewMode.SingleRecord, the LayoutView can display only one card at a time. The LayoutViewOptionsSingleRecordMode class contains display options applied in this mode. To access these options, use the LayoutView.OptionsSingleRecordMode property.

Inheritance

See Also