ig.spreadsheet.ComboBoxListItem

An object that contains a DataValue and DisplayText for lists (such as ComboBoxes) in the UI.

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.xml.js
infragistics.dv_interactivity.js
infragistics.dv_core.js
infragistics.documents.core_core.js
infragistics.documents.core_openxml.js
infragistics.dv_jquerydom.js
infragistics.excel_core.js
infragistics.ext_ui.js
infragistics.undo.js
The current widget has no options.
The current widget has no events.
  • ig.spreadsheet.ComboBoxListItem
    Constructor

    new $.ig.spreadsheet.ComboBoxListItem( dataValue:object, displayText:string );

    Creates a new instance of the ComboBoxListItem class.

    • dataValue
    • Type:object
    • The data value of the item.
    • displayText
    • Type:string
    • The text to display for the item.
  • dataValue

    .dataValue( );

    Gets the data value of the item.

  • displayText

    .displayText( );

    Gets the text to display for the item.

  • toString

    .toString( );
    Return Type:
    string
    Return Type Description:
    A string that represents the current object.

    Returns a string that represents the current object.

Copyright © 1996 - 2024 Infragistics, Inc. All rights reserved.