Skip to main content

ChooseObjectMemberPage.CanBindToEntireObject Property

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

Namespace: DevExpress.Xpf.DataAccess.DataSourceWizard

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

NuGet Package: DevExpress.Wpf.Reporting

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