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

EditorAliases Struct

Identifies built-in XAF editor aliases.

Namespace: DevExpress.ExpressApp.Editors

Assembly: DevExpress.ExpressApp.v19.1.dll

Declaration

public struct EditorAliases

Remarks

Editor aliases are used when you register and apply a List Editor or Property Editor. You can associate your editor with a custom string alias or choose a predefined alias from the EditorAliases structure using the EditorAliasAttribute attribute.

See Also