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

XPObjectSourceProperty.PropertyString Property

Specifies the string criteria used to calculate the property value.

Namespace: DevExpress.Xpo

Assembly: DevExpress.Xpo.v21.1.dll

NuGet Package: DevExpress.Xpo

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