Class RadButtonTextBox
Inherited Members
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.UI.dll
Syntax
[TelerikToolboxCategory("Editors")]
public class RadButtonTextBox : RadTextBox, INotifyPropertyChanged, ISupportInitializeNotification, ISupportInitialize, IComponentTreeHandler, ILayoutHandler, IPCHost, IAnalyticsProvider
Constructors
RadButtonTextBox()
Declaration
public RadButtonTextBox()
Properties
DefaultElementsSpacing
Gets or set the default space between the elements.
Declaration
public int DefaultElementsSpacing { get; set; }
Property Value
System.Int32
|
LeftButtonItems
Returns the collection of buttons that appears on the left side of the text.
Declaration
[RadEditItemsAction]
public RadItemOwnerCollection LeftButtonItems { get; }
Property Value
RadItemOwnerCollection
|
RightButtonItems
Returns the collection of buttons that appears on the right side of the text.
Declaration
[RadEditItemsAction]
public RadItemOwnerCollection RightButtonItems { get; }
Property Value
RadItemOwnerCollection
|
ShowTextBox
Shows/hides the inner text box.
Declaration
public bool ShowTextBox { get; set; }
Property Value
System.Boolean
|
ThemeClassName
Declaration
public override string ThemeClassName { get; }
Property Value
System.String
|
Overrides
Methods
CreateTextBoxElement()
Declaration
protected override RadTextBoxElement CreateTextBoxElement()
Returns
RadTextBoxElement
|
Overrides
Events
ItemClicked
Fires when an item is clicked.
Declaration
public event EventHandler ItemClicked
Event Type
System.EventHandler
|