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

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.v18.2.dll

Declaration

[BindableProperty(OnPropertyChangedMethodName = "RaiseChanged")]
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