using System; namespace umbraco.interfaces { /// /// The alternative Data Editor which supports AJAX /// public interface IDataEditorAjaxAlternative { /// /// Gets the ajax editor. /// /// The ajax editor. System.Web.UI.Control AjaxEditor { get; } } }