ViewProperty.Fetch Property
In This Article
Gets or sets whether to retrieve data for the property from a data store.
Namespace: DevExpress.Xpo
Assembly: DevExpress.Xpo.v24.2.dll
NuGet Package: DevExpress.Xpo
#Declaration
#Property Value
Type | Default | Description |
---|---|---|
Boolean | true | true to retrieve data for the property from a data store; otherwise, false. |
See Also