PasswordEditorAttribute class

namespace: Serenity.ComponentModel   assemblySerenity.Net.Core

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

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

Public Members

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

See Also