Skip to main content
.NET 6.0+

EditorAliasAttribute(String) Constructor

Initializes a new instance of the EditorAliasAttribute class.

Namespace: DevExpress.Persistent.Base

Assembly: DevExpress.ExpressApp.v24.1.dll

NuGet Package: DevExpress.ExpressApp

Declaration

public EditorAliasAttribute(
    string alias
)

Parameters

Name Type Description
alias String

A string that specifies the editor’s alias.

See Also