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.v24.1.dll
NuGet Package: DevExpress.ExpressApp
Declaration
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