EditorDescriptorsFactory.RegisterListEditorAlias(String, Type, Boolean) Method
Registers a List Editor‘s alias name.
Namespace: DevExpress.ExpressApp.Editors
Assembly: DevExpress.ExpressApp.v22.2.dll
NuGet Package: DevExpress.ExpressApp
Declaration
Parameters
Name | Type | Description |
---|---|---|
aliasName | String | A string specifying the List Editor’s alias name. |
elementType | Type | A Type object specifying the List Editor’s target type. |
isDefaultAlias | Boolean | true, if the registered alias is used by default; otherwise, false. |
See Also