BaseView.Connect(Object) Method
Connects the View to the specified object.
Namespace: DevExpress.XtraGrid.Views.Base
Assembly: DevExpress.XtraGrid.v25.2.dll
NuGet Packages: DevExpress.Win.Grid, DevExpress.Win.Navigation
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| connector | Object | An object representing the control to connect the current View to. |
Remarks
This member supports the internal infrastructure and is not intended to be used directly from your code.
See Also