CustomEditorAttribute class

namespace: Serenity.ComponentModel   assemblySerenity.Net.Core

Base attribute class that all other custom editor types derives from.

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

Public Members

name description
CustomEditorAttribute(…) Initializes a new instance of the CustomEditorAttribute class.
override SetParams(…) Sets the parameters for each pair in the editorParams dictionary.

Protected Members

name description
GetOption<TType>(…) Gets the editor option.
SetOption(…) Sets the editor option.

See Also