Click or drag to resize

TabAttribute Class

Attribute indicates that current property or class should be rendered as tab box
Inheritance Hierarchy
SystemObject
  SystemAttribute
    SpecificConstructorAttribute
      CodeStack.SwEx.PMPage.AttributesTabAttribute

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 TabAttribute : SpecificConstructorAttribute

The TabAttribute type exposes the following members.

Constructors
  NameDescription
Public methodTabAttribute
Sets the current property as tab container
Top
Properties
  NameDescription
Public propertyConstructorType (Inherited from SpecificConstructorAttribute.)
Top
Remarks
This attribute is only applicable for complex types which contain nested properties
See Also