Click or drag to resize
KaxListBox Properties

The KaxListBox type exposes the following members.

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