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

ModelDefaultAttribute.PropertyValue Property

Gets the string representation of the values set to the specified property using the current attribute.

Namespace: DevExpress.ExpressApp.Model

Assembly: DevExpress.ExpressApp.v19.2.dll

Declaration

public string PropertyValue { get; }

Property Value

Type Description
String

A string representation of the value set for the specified property.

Remarks

For details, refer to the ModelDefaultAttribute class description.

See Also