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

XafDefaultPropertyAttribute(String) Constructor

Initializes a new instance of the XafDefaultPropertyAttribute class.

Namespace: DevExpress.ExpressApp.DC

Assembly: DevExpress.ExpressApp.v19.1.dll

Declaration

public XafDefaultPropertyAttribute(
    string name
)

Parameters

Name Type Description
name String

A string which is the name of the default property.

See Also