Skip to main content
A newer version of this page is available. .

BaseView.Disconnect(Object) Method

Removes the connection between the View and the specified object.

Namespace: DevExpress.XtraGrid.Views.Base

Assembly: DevExpress.XtraGrid.v19.1.dll

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