Class | Description | |
---|---|---|
BaseEventArgs | The base class for all event arguments classes. The ReturnValue allows events to be cancelled to skip default event behavior. The base class for all event arguments classes. The ReturnValue allows events to be cancelled to skip default event behavior. | |
Cells | Represents an individual data item when ComboMode is set to MultipleColumns. Class Cells | |
ClientEvents | Provides a centralized class for client side events. Provides a centralized class for client side events. | |
Columns | Columns object provides a collection for the columns contained in WebGrid control. Columns object provides a collection for the columns contained in WebGrid control. | |
DataSourceEventArgs | Provides data for datasource related event. Provides data for datasource related event. | |
FieldTypeEditor | Summary description for FieldTypeEditor. Summary description for FieldTypeEditor. | |
LayoutEventArgs | Provides data for layout related event. Provides data for layout related event. | |
LayoutSet | LayoutSet in WebCombo.NET 4.0 provides a centralized access to control the behavior and styles of the whole WebCombo object. This class allows users to manage the behavior and styles for almost the whole control's part. LayoutSet provides a centralized access to configure the behaviors and styles of the WebCombo control. | |
LinkSettings | LinkSettings class provides information about WebCombo links configurations. LinkSettings class provides information about WebCombo links configurations. | |
MultipleSelectionSettings | Provides advanced settings related to the MultipleSelection feature. | |
PostBackAction | Class that contains string constants for OnTheFly post back actions. Class that contains string constants for OnTheFly post back actions. | |
PostbackEventArgs | Provides data for OnTheFly postback event. Provides data for OnTheFly postback event. | |
Presets | Presets class contains static methods that are used to initialize default styles and provides centralized access for other predefined styles. Presets class contains static methods that are used to initialize default styles and provides centralized access for other predefined styles. | |
RowEventArgs | Provides data for row related event. Provides data for row related event. | |
Rows | A collection of Rows objects that represent the rows of the WebCombo control. A collection of Rows objects that represent the rows of the WebCombo control. | |
TextSet | Provides a centralized access for customizing texts which used in WebCombo control. Provides a centralized access for customizing texts which used in WebCombo control. | |
ValueChangedEventArgs | Events class contains all event argument definitions that are used in WebCombo control. Events class contains all event argument definitions that are used in WebCombo control. | |
WebCombo | WebCombo is the main control object. WebCombo provides advanced data-bound functionality without additional server pages or components. The LayoutSettings property contains many of the appearance and layout settings for WebCombo. WebCombo is the main control object. The LayoutSettings property contains many of the appearance and layout settings for WebCombo. WebCombo provides advanced data-bound functionality without additional server pages or components. | |
WebComboCell | Represents an individual data item when ComboMode is set to MultipleColumns. Represents an individual data item when ComboMode is set to MultipleColumns. | |
WebComboColumn | The Column object contains properties to customize basic column information such as ColumnType, HeaderText and Width. This class should be used only when ComboMode is set to MultipleColumns. The Column object contains properties to customize basic column information such as HeaderText and Width. This class should be used only when LayoutSet.ComboMode is set to MultipleColumns | |
WebComboIntegrationSettings | Provides settings for integrating other server side controls as the WebCombo's ResultBox. | |
WebComboRow | Represents the data row that belongs to WebCombo object. Represents the data row that belongs to WebCombo object. | |
WebComboValueItem | Items contained in WebCombo multiple selection. |
Delegate | Description | |
---|---|---|
DataSourceEventHandler | Delegate that handles the InitializeDataSource event.Delegate that handles the WebCombo.InitializeDataSource event. | |
LayoutEventHandler | Delegate that handles the InitializeLayout event.Delegate that handles the WebCombo.InitializeLayout event. | |
PostBackEventHandler | Delegate that handles the InitializePostBack event.Delegate that handles the WebCombo.InitializePostBack event. | |
RowEventHandler | Delegate that handles the InitializeRow event.Delegate that handles the WebCombo.InitializeRow event. | |
ValueChangedEventHandler | The delegate that handles the ValueChanged event, which is invoked when the value of WebCombo control is changed.The delegate that handles the WebCombo.ValueChanged event, which is invoked when the value of WebCombo control is changed. |
Enumeration | Description | |
---|---|---|
BoundMode | Value representing the bound mode of WebCombo. | |
BoxPosition | Value indicating where the status box is located. Enumerations for status of WebCombo control. | |
ButtonPosition | Value indicating the search button position on WebCombo.NET | |
ColLayout | Value indicating the column layout style of WebCombo. Enumerations for column layout. | |
ColumnType | Value representing the column type of WebCombo ColumnType Enumeration. | |
EmptyAction | Value indicating the action to be performed when this WebCombo is selected while the specified ParentWebCombo has no value. | |
EntryMode | Value representing the entry behavior of WebCombo.NET | |
IntegrationControlType | ||
LoadMoreKeyGesture | ||
Mode | Value representing the Combo mode of WebCombo.NET Enumerations for WebCombo's mode. | |
NoResultFoundAction | Value indicating the action if the user has typed in a value and switched to another input, but no results found for the typed value. | |
ParentFilterMode | Value indicating which key field of the parent WebCombo that should be used for filtering this WebCombo data. | |
SearchMode | Value indicating the search icon mode of WebCombo.NET Enumerations for SearchIcon's mode. | |
TextboxMode | Value indicating the text box mode on WebCombo.NET TextboxMode Enumeration. |