StringEditorAttribute class

namespace: Serenity.ComponentModel   assemblySerenity.Net.Core

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

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

Public Members

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

See Also