CustomEditorAttribute class
namespace: Serenity.ComponentModel assembly: Serenity.Net.Core
Base attribute class that all other custom editor types derive from.
[AttributeUsage(AttributeTargets.All)]
public abstract class CustomEditorAttribute : EditorTypeAttribute
| parameter | description |
|---|---|
| editorType | Type of the editor. |
Public Members
| name | description |
|---|---|
| override SetParams(…) | Sets the parameters for each pair in the editorParams dictionary. |
Protected Members
| name | description |
|---|---|
| CustomEditorAttribute(…) | Base attribute class that all other custom editor types derive from. |
| GetOption<TType>(…) | Gets the editor option. |
| SetOption(…) | Sets the editor option. |
Remarks
Initializes a new instance of the CustomEditorAttribute class.
See Also
- class EditorTypeAttribute
- Source: CustomEditorAttribute.cs