KaxListBox Properties |
The KaxListBox type exposes the following members.
Name | Description | |
---|---|---|
![]() |
AllowAutomaticUpdates |
Gets or sets a value indicating whether to update the underlying datasource after postback caused by reorder, delete or transfer.
|
![]() |
AllowDelete |
Gets or sets a value indicating whether KaxListBox displays the delte button.
|
![]() |
AllowReorder |
Gets or sets a value indicating whether KaxListBox displays the reordering buttons.
|
![]() |
AllowTransfer |
Gets or sets a value indicating whether KaxListBox displays the transfer buttons.
|
![]() |
AllowTransferDuplicates |
Gets or sets a value indicating whether the user can transfer the same item more than once.
|
![]() |
AllowTransferOnDoubleClick |
Gets or sets a value indicating whether the double click on a item causes transfer
|
![]() |
AutoPostBack |
Gets or sets a value indicating whether a postback to the server automatically
occurs when the user changes the KaxListBox selection.
|
![]() |
AutoPostBackOnDelete |
Gets or sets a value indicating whether KaxListBox should post back after delete.
|
![]() |
AutoPostBackOnReorder |
Gets or sets a value indicating whether KaxListBox should post back after reorder.
|
![]() |
AutoPostBackOnTransfer |
Gets or sets a value indicating whether KaxListBox should post back after transfer.
|
![]() |
ButtonSettings |
Used to customize the appearance and position of the buttons displayed by KaxListBox.
|
![]() |
CheckBoxes |
When set to true displays a checkbox next to each item.
|
![]() |
CheckedItems |
Gets the currently checked items in the ListBox.
|
![]() |
ClientChanges |
Gets a list of all client-side changes (adding an Item, removing an Item, changing an Item's property) which have occurred.
|
![]() |
Controls | (Overrides ControlControls.) |
![]() |
Culture | |
![]() |
DataKeyField |
Gets or sets the key field in the data source. Usually this is the database column which denotes the primary key.
|
![]() |
DataKeys |
Gets a DataKeyCollection object that stores the key values of each record.
|
![]() |
DataSortField |
Gets or sets the sort field in the data source. The sort field must be of numeric type.
|
![]() |
EmptyMessage | |
![]() |
EmptyMessageTemplate |
Gets or sets the ITemplate that defines the KaxListBox empty message template.
|
![]() |
EnableDragAndDrop |
When set to true enables Drag-and-drop functionality
|
![]() |
EnableMarkMatches | |
![]() |
Footer |
Get a footer of
KaxListBox.
|
![]() |
FooterTemplate |
Gets or sets the ITemplate that defines the KaxListBox footer template.
|
![]() |
Header |
Get a header of
KaxListBox.
|
![]() |
HeaderTemplate |
Gets or sets the ITemplate that defines the KaxListBox header template.
|
![]() |
Items |
Gets the items of the KaxListBox control.
|
![]() |
ItemTemplate |
Gets or sets the ITemplate that defines how items in the KaxListBox control are displayed.
|
![]() |
Localization | |
![]() ![]() |
OnClientContextMenu |
Gets or sets a value indicating the client-side event handler that is called
before the browser context panel shows (after right-clicking an item).
|
![]() |
OnClientDeleted |
Gets or sets the name of the JavaScript function which handles the deleted client-side event.
|
![]() ![]() |
OnClientDeleting |
Gets or sets the name of the JavaScript function which handles the deleting client-side event.
|
![]() |
OnClientDragging |
Gets or sets the name of the JavaScript function which handles the itemDragging client-side event.
|
![]() ![]() |
OnClientDragStart |
Gets or sets the name of the JavaScript function which handles the itemDragStart client-side event.
|
![]() |
OnClientDropped |
Gets or sets the name of the JavaScript function which handles the itemDropped client-side event.
|
![]() |
OnClientDropping |
Gets or sets the name of the JavaScript function which handles the itemDropping client-side event.
|
![]() |
OnClientItemChecked |
Gets or sets the name of the JavaScript function which handles the itemChecked client-side event.
|
![]() ![]() |
OnClientItemChecking |
Gets or sets the name of the JavaScript function which handles the itemChecking client-side event.
|
![]() |
OnClientItemDoubleClicked | |
![]() |
OnClientItemDoubleClicking | |
![]() |
OnClientLoad |
Gets or sets the name of the JavaScript function which handles the load client-side event.
|
![]() |
OnClientMouseOut |
Gets or sets the name of the JavaScript function which handles the mouseOut client-side event.
|
![]() |
OnClientMouseOver |
Gets or sets the name of the JavaScript function which handles the mouseOver client-side event.
|
![]() |
OnClientReordered |
Gets or sets the name of the JavaScript function which handles the reordered client-side event.
|
![]() ![]() |
OnClientReordering |
Gets or sets the name of the JavaScript function which handles the reordering client-side event.
|
![]() |
OnClientSelectedIndexChanged |
Gets or sets the name of the JavaScript function which handles the selectedIndexChanged client-side event.
|
![]() ![]() |
OnClientSelectedIndexChanging |
Gets or sets the name of the JavaScript function which handles the selectedIndexChanging client-side event.
|
![]() |
OnClientTransferred |
Gets or sets the name of the JavaScript function which handles the transferred client-side event.
|
![]() ![]() |
OnClientTransferring |
Gets or sets the name of the JavaScript function which handles the transferring client-side event.
|
![]() |
PersistClientChanges |
Gets or sets a value indicating whether KaxListBox should persist the changes that occurred client-side (reorder, transfer, delete) after postback.
|
![]() |
SelectedIndex |
Gets or sets the selected index of the KaxListBox control.
|
![]() |
SelectedItem |
Gets the currently selected Item in the ListBox.
|
![]() |
SelectedItems |
Gets the currently selected items in the ListBox.
|
![]() |
SelectedValue | |
![]() |
SelectionMode |
Gets or sets the Selection Mode of the KaxListBox.
|
![]() ![]() |
Sort |
Automatically sorts items alphabetically (based on the Text
property) in ascending or descending order.
|
![]() ![]() |
SortCaseSensitive |
Gets/sets whether the sorting will be case-sensitive or not.
By default is set to true.
|
![]() |
TransferMode |
Gets or sets the transfer mode used for transfer operations.
|
![]() |
TransferToID |
Gets or sets the ID of the KaxListBox which the current listbox should transfer to.
Set the TransferToID property only of one of the two listboxes which will transfer items between each other.
|
![]() |
TransferToListBox |
Gets the KaxListBox which the current list box is configured to transfer to via the TransferToID property.
|