LayoutViewOptionsSingleRecordMode Class
In This Article
Contains display options applied in single card display mode.
Namespace: DevExpress.XtraGrid.Views.Layout
Assembly: DevExpress.XtraGrid.v24.2.dll
NuGet Packages: DevExpress.Win.Grid, DevExpress.Win.Navigation
#Declaration
public class LayoutViewOptionsSingleRecordMode :
ViewBaseOptions
#Related API Members
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
Object
ViewStatePersisterCore
BaseOptions
ViewBaseOptions
LayoutViewOptionsSingleRecordMode
See Also