MAUI | ComponentOne
MAUI | ComponentOne
C1.Maui.Calendar Assembly
/
C1.Maui.Calendar Namespace
/
DateList Class
/ Move Method
The zero-based index specifying the location of the item to be moved.
The zero-based index specifying the new location of the item.
Collapse All
Expand All
Language Filter: All
Language Filter: Multiple
Language Filter: Visual Basic
Language Filter: C#
C#
In This Topic
Move Method (DateList)
In This Topic
Moves the item at the specified index to a new location in the collection.
Syntax
C#
public
void
Move(
int
oldIndex
,
int
newIndex
)
Parameters
oldIndex
The zero-based index specifying the location of the item to be moved.
newIndex
The zero-based index specifying the new location of the item.
See Also
Reference
DateList Class
DateList Members