KaxListBoxReorder Method (IListKaxListBoxItem, Int32) |
Reorders the specified items with the specified offset.
Fires the
Reordering and
Reordered events.
Namespace: Kettic.AspNet.ControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntaxpublic virtual void Reorder(
IList<KaxListBoxItem> items,
int offset
)
Public Overridable Sub Reorder (
items As IList(Of KaxListBoxItem),
offset As Integer
)
public:
virtual void Reorder(
IList<KaxListBoxItem^>^ items,
int offset
)
abstract Reorder :
items : IList<KaxListBoxItem> *
offset : int -> unit
override Reorder :
items : IList<KaxListBoxItem> *
offset : int -> unit
Parameters
- items
- Type: System.Collections.GenericIListKaxListBoxItem
The items. - offset
- Type: SystemInt32
The offset.
Remarks
Examples
KaxListBox1.Reorder(KaxListBox1.SelectedItems, 1);
KaxListBox1.Reorder(KaxListbox1.SelectedItems, 1)
No code example is currently available or this language may not be supported.
No code example is currently available or this language may not be supported.
See Also