EmailAddressEditorAttribute class

namespace: Serenity.ComponentModel   assemblySerenity.Net.Core

Indicates that the target property should use a "EmailAddress" editor.

[AttributeUsage(AttributeTargets.All)]
public class EmailAddressEditorAttribute : CustomEditorAttribute

Public Members

name description
EmailAddressEditorAttribute() Initializes a new instance of the EmailAddressEditorAttribute class.
const Key Editor type key

See Also