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

ChooseObjectMemberPage.CanBindToEntireObject Property

Specifies whether or not it is possible to bind to the entire object.

Namespace: DevExpress.Xpf.DataAccess.DataSourceWizard

Assembly: DevExpress.Xpf.DataAccess.v18.2.dll

Declaration

public virtual bool CanBindToEntireObject { get; protected set; }

Property Value

Type Description
Boolean

true, if it is possible to bind to the entire object; otherwise, false.

See Also