Auch für die WEB Anwendung gibt es einen HyperLinkPropertyEditor. Dieser muss im Projekt Module.Web unter Controllers hinzugefügt werden. using System; using System.Web.UI.WebControls; using DevExpress.ExpressApp.Web; using DevExpress.Web.ASPxEditors; using DevExpress.ExpressApp.Model; using DevExpress.ExpressApp.Editors; using System.Text.RegularExpressions; using DevExpress.ExpressApp.Web.Editors.ASPx; namespace HyperLinkPropertyEditor.Web { [PropertyEditor(typeof(System.String), "HyperLinkPropertyEditor", false)] [CancelClickEventPropagation()] public class HyperLinkPropertyEditor : ASPxStringPropertyEditor { public const string […]