BaseView.Connect(Object) Method
Connects the View to the specified object.
Namespace: DevExpress.XtraGrid.Views.Base
Assembly: DevExpress.XtraGrid.v24.2.dll
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