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

ModelDefaultAttribute.PropertyName Property

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

Namespace: DevExpress.ExpressApp.Model

Assembly: DevExpress.ExpressApp.v18.2.dll

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

For details, refer to the ModelDefaultAttribute class description.

See Also