BaseView.Disconnect(Object) Method
Removes the connection between the View and the specified object.
Namespace: DevExpress.XtraGrid.Views.Base
Assembly: DevExpress.XtraGrid.v24.1.dll
NuGet Packages: DevExpress.Win.Grid, DevExpress.Win.Navigation
Declaration
Parameters
Name | Type | Description |
---|---|---|
connector | Object | An object representing the control which the View is to be disconnected from. |
Remarks
The Disconnect method is called internally by container controls. There is no need to use it directly.
See Also