BooleanEditorAttribute class

namespace: Serenity.ComponentModel   assemblySerenity.Net.Core

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

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

Public Members

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

See Also