EditorDescriptorsFactory.RegisterListEditorAlias(String, Type, Boolean) Method
Registers a List Editor‘s alias name.
Namespace: DevExpress.ExpressApp.Editors
Assembly: DevExpress.ExpressApp.v25.2.dll
NuGet Package: DevExpress.ExpressApp
Declaration
public void RegisterListEditorAlias(
string aliasName,
Type elementType,
bool isDefaultAlias
)
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