Skip to main content

BaseView.Disconnect(Object) Method

Removes the connection between the View and the specified object.

Namespace: DevExpress.XtraGrid.Views.Base

Assembly: DevExpress.XtraGrid.v23.2.dll

NuGet Packages: DevExpress.Win.Grid, DevExpress.Win.Navigation

Declaration

public virtual void Disconnect(
    object connector
)

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