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

BaseView.Connect(Object) Method

Connects the View to the specified object.

Namespace: DevExpress.XtraGrid.Views.Base

Assembly: DevExpress.XtraGrid.v18.2.dll

Declaration

public virtual void Connect(
    object connector
)

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