Click or drag to resize

OptionBoxAttribute Class

Attribute indicates that current property should be rendered as option box
Inheritance Hierarchy
SystemObject
  SystemAttribute
    SpecificConstructorAttribute
      CodeStack.SwEx.PMPage.AttributesOptionBoxAttribute

Namespace:  CodeStack.SwEx.PMPage.Attributes
Assembly:  CodeStack.SwEx.PMPage (in CodeStack.SwEx.PMPage.dll) Version: 0.7.2.0 (0.7.2.0)
Syntax
public class OptionBoxAttribute : SpecificConstructorAttribute

The OptionBoxAttribute type exposes the following members.

Constructors
  NameDescription
Public methodOptionBoxAttribute
Sets the current property as option box
Top
Properties
  NameDescription
Public propertyConstructorType (Inherited from SpecificConstructorAttribute.)
Top
Remarks
This attribute is only applicable for enum types
See Also