ModelDefaultAttribute.PropertyName Property
Gets the name of the property specified by 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 that is the name of the property for which the current attribute sets a specified value. |
Remarks
Refer to the ModelDefaultAttribute class description to see a code example and available properties.
See Also