Skip to main content
.NET Framework 4.6.2+

XPObjectSourceProperty.PropertyString Property

Specifies the string criteria used to calculate the property value.

Namespace: DevExpress.Xpo

Assembly: DevExpress.DataAccess.v24.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