Skip to main content

BaseView.Connect(Object) Method

Connects the View to 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 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