Click or drag to resize

CheckboxAttribute Class

Inheritance Hierarchy

Namespace:  Dynamicweb.Content.Items.Annotations
Assembly:  Dynamicweb (in Dynamicweb.dll) Version: 9.12.0
Syntax
[AttributeUsageAttribute(AttributeTargets.Property, AllowMultiple = false, 
	Inherited = false)]
public class CheckboxAttribute : FieldAttribute

The CheckboxAttribute type exposes the following members.

Constructors
  NameDescription
Public methodCheckboxAttribute
Initializes a new instance of the CheckboxAttribute class
Public methodCheckboxAttribute(String)
Initializes a new instance of the CheckboxAttribute class
Top
Properties
  NameDescription
Public propertyDescription (Inherited from FieldAttribute.)
Public propertyEditorType (Inherited from FieldAttribute.)
Public propertyName (Inherited from FieldAttribute.)
Top
Methods
  NameDescription
Protected methodInitializeEditorConfiguration (Inherited from FieldAttribute.)
Top
See Also