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.Boolean
|
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.Windows.Forms.AutoCompleteMode
The auto complete mode. |
Overrides
AutoCompleteTextBoxElement
Gets the associated auto complete text box element.
Declaration
protected RadAutoCompleteBoxElement AutoCompleteTextBoxElement { get; }
Property Value
RadAutoCompleteBoxElement
|
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.String
|
DefaultSize
Declaration
protected override Size DefaultSize { get; }
Property Value
System.Drawing.Size
|
Overrides
Delimiter
Gets or sets the delimiter used to tokenize the text.
Declaration
public char Delimiter { get; set; }
Property Value
System.Char
The delimiter. |
Items
Gets the tokenized items.
Declaration
public RadTokenizedTextItemCollection Items { get; }
Property Value
RadTokenizedTextItemCollection
|
PasswordChar
Declaration
public override char PasswordChar { get; set; }
Property Value
System.Char
|
Overrides
ShowRemoveButton
Gets or sets a value indicating whether the remove button of TokenizedTextBlockElement should appear. Notice that the text box should not be in read only mode
Declaration
public bool ShowRemoveButton { get; set; }
Property Value
System.Boolean
|
UseSystemPasswordChar
Declaration
public override bool UseSystemPasswordChar { get; set; }
Property Value
System.Boolean
|
Overrides
Methods
CanEditElementAtDesignTime(RadElement)
Declaration
protected override bool CanEditElementAtDesignTime(RadElement element)
Parameters
RadElement
element
|
Returns
System.Boolean
|
Overrides
CreateTextBoxElement()
Declaration
protected override RadTextBoxControlElement CreateTextBoxElement()
Returns
RadTextBoxControlElement
|
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
Event Type
TokenValidatingEventHandler
|