Open this page in the API Guide

dundas.PropertyCategoryDescriptor Class

 

Inheritance Hierarchy

 
Class
   dundas.PropertyCategoryDescriptor
 

Constructors

 
  Name Description
init Initializes the object. Called during construction.
 
 

Properties

 
  Name Description
collectionPopup Gets or sets a plain object defining properties for a collection popup as in the constructor.
isExpanded Gets or sets a value indicating whether the category is expanded by default.
isHeaderHidden Gets or sets a value indicating whether the contained properties are displayed as though they have no category.
name Gets the name assigned for this category during construction, and used both for identification and display purposes.
sortKey Gets or sets a value used to determine the category's order when sorted for display.
 
 

Methods

 
  Name Description
fromJObject Applies the property values from a plain object created from JSON to the properties of this instance. Inherited from Class.
toJSON Implementation for toJSON to return an object that will include this class's prototype property values when stringified. Inherited from Class.