[]
Represents an ASP.NET AJAX extender automatic completion cell.
public class AutoCompleteCellType : ExtenderCellType, ICellType, IFormatter, IEnhancedPdfRenderer, IPdfSupport, IEditor3, IEditor, ICloneable, ISerializeSupport, ICSSClassSupport, IRenderer2, IEnhancedRenderer, IRenderer, IDeserializationCallback
Public Class AutoCompleteCellType
Inherits ExtenderCellType
Implements ICellType, IFormatter, IEnhancedPdfRenderer, IPdfSupport, IEditor3, IEditor, ICloneable, ISerializeSupport, ICSSClassSupport, IRenderer2, IEnhancedRenderer, IRenderer, IDeserializationCallback
Name | Description |
---|---|
AutoCompleteCellType() | Creates a new ASP.NET AJAX extender automatic completion cell. |
Name | Description |
---|---|
CompletionInterval | Gets or sets the time, in milliseconds, before the timer kicks in to provide suggestions for completion using the Web service. |
CompletionListCssClass | Gets or sets the CSS class used to style the completion list flyout. |
CompletionListHighlightedItemCssClass | Gets or sets the CSS class used to style a highlighted item in the completion list flyout. |
CompletionListItemCssClass | Gets or sets the CSS class used to style an item in the completion list flyout. |
CompletionSetCount | Gets or sets the number of suggestions for completion. |
ContextKey | Gets or sets the user- or page-specific context key for an optional overload of the Web method described by the ServiceMethod and ServicePath. |
DelimiterCharacters | Gets or sets the character(s) used to separate words for automatic completion. |
EnableCaching | Gets or sets whether client-side caching is enabled for automatic completion. |
FirstRowSelected | Gets or sets whether the first row of the automatic completion list is selected by default. |
MinimumPrefixLength | Gets or sets the minimum length of text before the Web service provides suggestions for completion. |
OnClientHidden | Handles the client-side hidden event |
OnClientHiding | Handles the client-side hiding event |
OnClientItemOut | Handles the client-side itemOut event. |
OnClientItemOver | Handles the client-side itemOver event. |
OnClientItemSelected | Handles the client-side itemSelected event. |
OnClientPopulated | Handles the client-side populated event. |
OnClientPopulating | Handles the client-side populating event. |
OnClientShowing | Handles the client-side showing event. |
OnClientShown | Handles the client-side shown event. |
ServiceMethod | Gets or sets the Web service method that provides the automatic completion. |
ServicePath | Gets or sets the path to the Web service that provides the automatic completion. |