Click or drag to resize
KaxComboBoxItemsRequestedEventArgs Class
Inheritance Hierarchy
SystemObject
  SystemEventArgs
    Kettic.AspNet.ControlsKaxComboBoxItemsRequestedEventArgs

Namespace: Kettic.AspNet.Controls
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
public class KaxComboBoxItemsRequestedEventArgs : EventArgs

The KaxComboBoxItemsRequestedEventArgs type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyContext
Public propertyEndOfItems
EndOfItems is boolean property indicating that no more items should be requested. Once set, the serverside ItemsRequested event is no longer fired.
Public propertyMessage
Message is the message that appears in the ShowMoreResults box. This is only used when the ShowMoreResultsBox property is True.
Public propertyNumberOfItems
NumberOfItems is the number of items that have been added by all previous calls to the ItemsRequested event handler when the ShowMoreResultsBox property is True.
Public propertyText
Text is the text in the input area of the combobox. This value can be used to filter the items that are added.
Public propertyValue
Value is the value of the currently selected item.
Top
See Also