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

XPObjectSourceProperty.PropertyString Property

Specifies the string criteria used to calculate the property value.

Namespace: DevExpress.Xpo

Assembly: DevExpress.Xpo.v18.2.dll

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