Skip to main content

ChooseObjectMemberPage.BindToEntireObject Property

Specifies whether to bind to the entire object or to its public member.

Namespace: DevExpress.Xpf.DataAccess.DataSourceWizard

Assembly: DevExpress.Xpf.DataAccess.v24.1.dll

NuGet Package: DevExpress.Wpf.Reporting

Declaration

public virtual bool BindToEntireObject { get; set; }

Property Value

Type Description
Boolean

true, to bind to an entire object; false, to bind to a selected public member.

Remarks

If this property is set to false, the ChooseObjectMemberPage.Result property specifies the selected data member (method or property).

See Also