EditorTypeAttribute class

namespace: Serenity.ComponentModel   assemblySerenity.Net.Core

Sets editor type of the target property.

[AttributeUsage(AttributeTargets.All)]
public class EditorTypeAttribute : Attribute

Public Members

name description
EditorTypeAttribute(…) Initializes a new instance of the EditorTypeAttribute class.
EditorType { get; } Gets the type of the editor.
virtual SetParams(…) Transfers the current editor parameters to specified editorParams dictionary.

See Also