Back to Devexpress

EditorDescriptorsFactory.RegisterPropertyEditorAlias Method

expressappframework-devexpress-dot-expressapp-dot-editors-dot-editordescriptorsfactory-dot-registerpropertyeditoralias.md

latest1.4 KB
Original Source

EditorDescriptorsFactory.RegisterPropertyEditorAlias Method

NameParametersDescription
RegisterPropertyEditorAlias(String, Type, IsMemberCompatibleHandler)aliasName, propertyType, memberHandlerRegisters a Property Editor‘s alias name and specifies the handler which provides a logic to choose if the alias is appropriate for the given property.
RegisterPropertyEditorAlias(String, Type, Boolean, IsMemberCompatibleHandler)aliasName, propertyType, hasCustomizableDefaultEditorType, memberHandlerFor internal use.
RegisterPropertyEditorAlias(String, Type, Boolean)aliasName, propertyType, isDefaultAliasRegisters a Property Editor‘s alias name.