North American Sales: 1-800-231-8588
Global Contacts
My Account
Menu
North American Sales: 1-800-321-8588
My Account
Sign In/Register
Design & Development
Design & Develop
Best Value Bundles
Infragistics Ultimate
$1,495
The only complete UX/UI toolkit for building high performance, modern web, mobile and desktop applications.
Infragistics Professional
$1,295
The comprehensive UI components library for web, mobile and desktop developers.
Ignite UI
$1,295
A complete library of UI components for building modern, data-rich and responsive web apps.
Web
App Builder
(New)
Ignite UI
Angular
ASP.NET Core
ASP.NET MVC
Blazor
jQuery
React
Web Components
Ultimate UI for ASP.NET Web Forms
Desktop
Ultimate UI for Windows Forms
Ultimate UI for WPF
Cross Platform
Ultimate UI for Uno
Ultimate UI for UWP
Ultimate UI for WinUI
Ultimate UI for Xamarin
Design to Code
Indigo.Design
App Builder
(New)
Automated Testing Tools
Test automation for Micro Focus UFT: Windows Forms
Test automation for Micro Focus UFT: WPF
Test automation for IBM RFT: Windows Forms
UX
Indigo.Design
A Unified Platform for Visual Design, UX Prototyping, Code Generation, and App Development
App Builder
Cloud-based WYSIWYG Drag & Drop Tool, Endless Theming options and Standards-Based Code Output
Business Intelligence
Reveal
Easily embed beautiful data visualizations into your apps
Slingshot
Empower everyone in your organization to use data to make smarter business decisions
Team Productivity
Slingshot
Connect everyone you work with to data, project management, content and chats for better results.
SharePlus
Secure, instant access to content and data on the go – with or without connectivity.
Learn & Support
Support
Help & Support Documents
Blogs
Forums
Product Ideas
Reference Applications
Customer Stories
Webinars
eBook & Whitepapers
Events
Free Trials
Pricing
Product Pricing / Buy Online
Renew Existing License
Contact Us
Ignite UI for Web Components
menu
Components
Get Started
search
Preparing search index...
The search index is not available
All
Public
Public/Protected
All
Inherited
Externals
Only exported
Modules
Array
Box$1
constructor
$array
Wrapper
is
Fixed
Size
is
Read
Only
is
Synchronized
sync
Root
$type
count
add
clear
contains
copy
To
equals
get
Enumerator
get
Enumerator
Object
get
Hash
Code
index
Of
insert
insert
Range
item
remove
remove
At
remove
Range
reverse
Globals
igniteui-webcomponents-core
ArrayBox$1
Class ArrayBox$1<T>
Type Parameters
T
Implements
IList
IList$1
<
T
>
ICollection
IEnumerable
IEnumerable$1
<
T
>
Constructors
constructor
Properties
$array
Wrapper
is
Fixed
Size
is
Read
Only
is
Synchronized
sync
Root
Accessors
$type
count
Methods
add
clear
contains
copy
To
equals
get
Enumerator
get
Enumerator
Object
get
Hash
Code
index
Of
insert
insert
Range
item
remove
remove
At
remove
Range
reverse
Constructors
constructor
new
Array
Box$1
<
T
>
(
target
)
:
ArrayBox$1
<
T
>
Type parameters
Type Parameters
T
Parameters
target:
any
Returns
ArrayBox$1
<
T
>
Properties
$array
Wrapper
$array
Wrapper
:
boolean
is
Fixed
Size
is
Fixed
Size
:
boolean
is
Read
Only
is
Read
Only
:
boolean
is
Synchronized
is
Synchronized
:
boolean
sync
Root
sync
Root
:
any
Accessors
$type
get
$type
(
)
:
Type
Returns
Type
count
get
count
(
)
:
number
Returns
number
Methods
add
add
(
item
)
:
void
Parameters
item:
T
Returns
void
clear
clear
(
)
:
void
Returns
void
contains
contains
(
item
)
:
boolean
Parameters
item:
T
Returns
boolean
copy
To
copy
To
(
array
,
arrayIndex
)
:
void
Parameters
array:
T
[]
arrayIndex:
number
Returns
void
equals
equals
(
other
)
:
boolean
Parameters
other:
any
Returns
boolean
get
Enumerator
get
Enumerator
(
)
:
IEnumerator$1
<
T
>
Returns
IEnumerator$1
<
T
>
get
Enumerator
Object
get
Enumerator
Object
(
)
:
IEnumerator
Returns
IEnumerator
get
Hash
Code
get
Hash
Code
(
)
:
number
Returns
number
index
Of
index
Of
(
item
)
:
number
Parameters
item:
T
Returns
number
insert
insert
(
index
,
item
)
:
void
Parameters
index:
number
item:
T
Returns
void
insert
Range
insert
Range
(
index
,
items
)
:
void
Parameters
index:
number
items:
any
[]
Returns
void
item
item
(
index
,
value
?
)
:
T
Parameters
index:
number
Optional
value:
T
Returns
T
remove
remove
(
item
)
:
boolean
Parameters
item:
T
Returns
boolean
remove
At
remove
At
(
index
)
:
void
Parameters
index:
number
Returns
void
remove
Range
remove
Range
(
index
,
count
)
:
void
Parameters
index:
number
count:
number
Returns
void
reverse
reverse
(
)
:
void
Returns
void