LayoutViewOptionsMultiRecordMode(LayoutView) Constructor
Initializes a new instance of the LayoutViewOptionsMultiRecordMode class.
Namespace: DevExpress.XtraGrid.Views.Layout
Assembly: DevExpress.XtraGrid.v20.2.dll
Declaration
public LayoutViewOptionsMultiRecordMode(
LayoutView view
)
Public Sub New(
view As LayoutView
)
Parameters
Name | Type | Description |
---|---|---|
view | LayoutView | A LayoutView object that will own the created object. |
Remarks
This constructor is automatically called to initialize the LayoutView.OptionsSingleRecordMode property. Typically, there is no need to call it directly from your code.
See Also
Feedback