Skip to main content
.NET 6.0+

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.v23.2.dll

NuGet Package: DevExpress.ExpressApp

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