ig.scheduler.SchedulePropertyMappingsCollection`1
Base class for property mapping collections.
Dependencies
jquery-1.4.4.js
infragistics.util.js
infragistics.ext_core.js
infragistics.ext_collections.js
infragistics.ext_collectionsExtended.js
infragistics.ext_io.js
infragistics.ext_text.js
infragistics.ext_web.js
infragistics.dv_core.js
infragistics.dv_jquerydom.js
infragistics.dv_interactivity.js
infragistics.ext_ui.js
The current widget has no options.
The current widget has no events.
-
addDefaultMapping
- .addDefaultMapping( value:ig.scheduler.SchedulePropertyMapping );
Adds the specified default mapping.
- value
- Type:ig.scheduler.SchedulePropertyMapping
See Also
-
createDefaultMappingsArray
- .createDefaultMappingsArray( );
When overridden in a derived class, creates an array which holds the default mappings for this instance.
-
toInt
- .toInt( value:ig.scheduler.T );
- Return Type:
- number
- Return Type Description:
- The equivalent integer value.
When overridden in a derived class, converts the specified value to an integer.
- value
- Type:ig.scheduler.T
- The value to convert.