Class RadDomainUpDown
Represents a text editor class. The RadDomainUpDown class is essentially a simple wrapper for the RadDomainUpDownElement. The latter may be included in other telerik controls. All UI and logic functionality is implemented by the RadDomainUpDownElement class. RadDomainUpDown acts to transfer event to and from its RadDomainUpDownElement instance.
Inherited Members
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.UI.dll
Syntax
[TelerikToolboxCategory("Data Controls")]
public class RadDomainUpDown : RadDropDownList, INotifyPropertyChanged, ISupportInitializeNotification, ISupportInitialize, IComponentTreeHandler, ILayoutHandler, IPCHost, IAnalyticsProvider, ISupportRootUIAutomation
Constructors
RadDomainUpDown()
Declaration
public RadDomainUpDown()
Properties
AutoComplete
Gets or sets a value whether auto-complete is enabled. With an enabled auto-complete the matched item`s text will be appended to the input in the editor.
Declaration
public bool AutoComplete { get; set; }
Property Value
System.Boolean
|
AutoCompleteDataSource
Declaration
public override object AutoCompleteDataSource { get; set; }
Property Value
System.Object
|
Overrides
AutoCompleteDisplayMember
Declaration
public override string AutoCompleteDisplayMember { get; set; }
Property Value
System.String
|
Overrides
AutoCompleteMode
Declaration
public override AutoCompleteMode AutoCompleteMode { get; set; }
Property Value
System.Windows.Forms.AutoCompleteMode
|
Overrides
AutoCompleteValueMember
Declaration
public override string AutoCompleteValueMember { get; set; }
Property Value
System.String
|
Overrides
AutoSize
Gets or sets whether the edit control is auto-sized
Declaration
public override bool AutoSize { get; set; }
Property Value
System.Boolean
|
Overrides
AutoSizeItems
Declaration
public override bool AutoSizeItems { get; set; }
Property Value
System.Boolean
|
Overrides
CaseSensitive
Declaration
public override bool CaseSensitive { get; set; }
Property Value
System.Boolean
|
Overrides
DefaultItemsCountInDropDown
Declaration
public override int DefaultItemsCountInDropDown { get; set; }
Property Value
System.Int32
|
Overrides
DomainUpDownElement
Represents the DomainUpDownElement element.
Declaration
public RadDomainUpDownElement DomainUpDownElement { get; }
Property Value
RadDomainUpDownElement
|
DropDownAnimationEasing
Declaration
public override RadEasingType DropDownAnimationEasing { get; set; }
Property Value
RadEasingType
|
Overrides
DropDownAnimationEnabled
Declaration
public override bool DropDownAnimationEnabled { get; set; }
Property Value
System.Boolean
|
Overrides
DropDownAnimationFrames
Declaration
public override int DropDownAnimationFrames { get; set; }
Property Value
System.Int32
|
Overrides
DropDownHeight
Declaration
public override int DropDownHeight { get; set; }
Property Value
System.Int32
|
Overrides
DropDownListElement
Declaration
public override RadDropDownListElement DropDownListElement { get; }
Property Value
RadDropDownListElement
|
Overrides
DropDownMaxSize
Declaration
public override Size DropDownMaxSize { get; set; }
Property Value
System.Drawing.Size
|
Overrides
DropDownMinSize
Declaration
public override Size DropDownMinSize { get; set; }
Property Value
System.Drawing.Size
|
Overrides
DropDownSizingMode
Declaration
public override SizingMode DropDownSizingMode { get; set; }
Property Value
SizingMode
|
Overrides
DropDownStyle
Declaration
public override RadDropDownStyle DropDownStyle { get; set; }
Property Value
RadDropDownStyle
|
Overrides
EnableAlternatingItemColor
Declaration
public override bool EnableAlternatingItemColor { get; set; }
Property Value
System.Boolean
|
Overrides
EnableKineticScrolling
Declaration
public override bool EnableKineticScrolling { get; set; }
Property Value
System.Boolean
|
Overrides
FitItemsToSize
Declaration
public override bool FitItemsToSize { get; set; }
Property Value
System.Boolean
|
Overrides
FormatInfo
Declaration
public override IFormatProvider FormatInfo { get; set; }
Property Value
System.IFormatProvider
|
Overrides
FormatString
Declaration
public override string FormatString { get; set; }
Property Value
System.String
|
Overrides
FormattingEnabled
Declaration
public override bool FormattingEnabled { get; set; }
Property Value
System.Boolean
|
Overrides
IsPopupVisible
Declaration
public override bool IsPopupVisible { get; }
Property Value
System.Boolean
|
Overrides
Items
Declaration
public override RadListDataItemCollection Items { get; }
Property Value
RadListDataItemCollection
|
Overrides
MaxDropDownItems
Declaration
public override int MaxDropDownItems { get; set; }
Property Value
System.Int32
|
Overrides
Popup
Declaration
public override RadEditorPopupControlBase Popup { get; }
Property Value
RadEditorPopupControlBase
|
Overrides
ReadOnly
Gets or sets a value indicating whether typing is enabled inside the text box.
Declaration
public bool ReadOnly { get; set; }
Property Value
System.Boolean
|
SortStyle
Wrap
Gets or sets a value indicating that selected item will revert to first item after reaching the last item and vice versa.
Declaration
public bool Wrap { get; set; }
Property Value
System.Boolean
|
Methods
CloseDropDown()
CreateAccessibilityInstance()
Declaration
protected override AccessibleObject CreateAccessibilityInstance()
Returns
System.Windows.Forms.AccessibleObject
|
Overrides
CreateChildItems(RadElement)
Declaration
protected override void CreateChildItems(RadElement parent)
Parameters
RadElement
parent
|
Overrides
CreateDropDownListElement()
Declaration
protected override RadDropDownListElement CreateDropDownListElement()
Returns
RadDropDownListElement
|
Overrides
MoveDown()
Selects the next item in the list.
Declaration
public void MoveDown()
MoveDown(Boolean)
Selects the next item in the list.
Declaration
public void MoveDown(bool wrap)
Parameters
System.Boolean
wrap
Specifies whether the navigations will be wrapped. |
MoveUp()
Selects the previous item in the list.
Declaration
public void MoveUp()
MoveUp(Boolean)
Selects the previous item in the list.
Declaration
public void MoveUp(bool wrap)
Parameters
System.Boolean
wrap
Specifies whether the navigations will be wrapped. |
ShowDropDown()
Events
PopupClosed
Declaration
public override event RadPopupClosedEventHandler PopupClosed
Event Type
RadPopupClosedEventHandler
|
Overrides
PopupClosing
Declaration
public override event RadPopupClosingEventHandler PopupClosing
Event Type
RadPopupClosingEventHandler
|
Overrides
PopupOpened
Declaration
public override event EventHandler PopupOpened
Event Type
System.EventHandler
|
Overrides
PopupOpening
Declaration
public override event CancelEventHandler PopupOpening
Event Type
System.ComponentModel.CancelEventHandler
|