Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

ViewProperty.Fetch Property

Gets or sets whether to retrieve data for the property from a data store.

Namespace: DevExpress.Xpo

Assembly: DevExpress.Xpo.v21.1.dll

NuGet Package: DevExpress.Xpo

Declaration

[DefaultValue(true)]
public bool Fetch { get; set; }

Property Value

Type Default Description
Boolean **true**

true to retrieve data for the property from a data store; otherwise, false.

See Also