Class RadAutoCompleteBox
Represents a text box control that tokenized a text by specified delimiter
Inherited Members
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.UI.dll
Syntax
[TelerikToolboxCategory("Editors")]
[ClassInterface(ClassInterfaceType.AutoDispatch)]
[ComVisible(true)]
public class RadAutoCompleteBox : RadTextBoxControl, INotifyPropertyChanged, ISupportInitializeNotification, ISupportInitialize, IComponentTreeHandler, ILayoutHandler, IPCHost, IAnalyticsProvider
Constructors
RadAutoCompleteBox()
Properties
AllowDuplicates
Gets or sets whether already selected items can be suggested.
Declaration
public bool AllowDuplicates { get; set; }
Property Value
System.
|
AutoCompleteMode
Gets or sets an option that controls how automatic completion works for the TextBox.
Declaration
public override AutoCompleteMode AutoCompleteMode { get; set; }
Property Value
System. The auto complete mode. |
Overrides
AutoCompleteTextBoxElement
Gets the associated auto complete text box element.
Declaration
protected RadAutoCompleteBoxElement AutoCompleteTextBoxElement { get; }
Property Value
AutoCompleteValueMember
Gets or sets a property name which will be used to extract a value from the data items
Declaration
public string AutoCompleteValueMember { get; set; }
Property Value
System.
|
DefaultSize
Declaration
protected override Size DefaultSize { get; }
Property Value
System.
|
Overrides
Delimiter
Gets or sets the delimiter used to tokenize the text.
Declaration
public char Delimiter { get; set; }
Property Value
System. The delimiter. |
Items
Gets the tokenized items.
Declaration
public RadTokenizedTextItemCollection Items { get; }
Property Value
PasswordChar
Declaration
public override char PasswordChar { get; set; }
Property Value
System.
|
Overrides
ShowRemoveButton
Gets or sets a value indicating whether the remove button of Tokenized
Declaration
public bool ShowRemoveButton { get; set; }
Property Value
System.
|
UseSystemPasswordChar
Declaration
public override bool UseSystemPasswordChar { get; set; }
Property Value
System.
|
Overrides
Methods
CanEditElementAtDesignTime(RadElement)
Declaration
protected override bool CanEditElementAtDesignTime(RadElement element)
Parameters
Rad
|
Returns
System.
|
Overrides
CreateTextBoxElement()
Declaration
protected override RadTextBoxControlElement CreateTextBoxElement()
Returns
Overrides
ResetBackColorThemeOverrides()
Declaration
protected override void ResetBackColorThemeOverrides()
Overrides
ResetForeColorThemeOverrides()
Declaration
protected override void ResetForeColorThemeOverrides()
Overrides
SetBackColorThemeOverrides()
Declaration
protected override void SetBackColorThemeOverrides()
Overrides
SetForeColorThemeOverrides()
Declaration
protected override void SetForeColorThemeOverrides()
Overrides
Events
TokenValidating
Occurs when text is validating as token
Declaration
public event TokenValidatingEventHandler TokenValidating