Skip to main content
.NET 6.0+

ModelDefaultAttribute.PropertyName Property

Gets the name of the property specified by the current attribute.

Namespace: DevExpress.ExpressApp.Model

Assembly: DevExpress.ExpressApp.v23.2.dll

NuGet Package: DevExpress.ExpressApp

Declaration

public string PropertyName { get; }

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