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.v24.1.dll
NuGet Packages: DevExpress.Win.Grid, DevExpress.Win.Navigation
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