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

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.v18.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