Class: ChangedItem¶
Used to store what the last item was selected or deselected when the list is in the selection mode.
Hierarchy¶
-
ChangedItem
Summary¶
Constructors¶
Properties¶
Class Properties¶
Inherited Properties¶
Constructors¶
constructor¶
+ new ChangedItem(bindingData
: any, cellData
: any, selected
: boolean): ChangedItem
Overrides SelectedItem.constructor
Parameters:
Name | Type |
---|---|
bindingData |
any |
cellData |
any |
selected |
boolean |
Returns: ChangedItem
Properties¶
selected¶
• selected: boolean
Indicate the item has been selected or deselected. It returns true if the item has been selected, otherwise it returns false.