Skip to main content
.NET 6.0+

XPObjectSourceProperty.PropertyString Property

Specifies the string criteria used to calculate the property value.

Namespace: DevExpress.Xpo

Assembly: DevExpress.DataAccess.v23.2.dll

NuGet Package: DevExpress.DataAccess

Declaration

[Browsable(false)]
[DefaultValue(null)]
public string PropertyString { get; set; }

Property Value

Type Default Description
String null

A string criteria used to calculate the property value.

See Also