Class RadDomainUpDownElement
Inheritance
Inherited Members
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.UI.dll
Syntax
public class RadDomainUpDownElement : RadDropDownListElement, INotifyPropertyChanged, ICustomTypeDescriptor, ISupportSystemSkin, IComponent, IDisposable, IBindableComponent, ISupportDrag, ISupportDrop, IShortcutProvider, IStylableElement, IStylableNode, IInputEditor, IValueEditor, ISupportInitialize
Constructors
RadDomainUpDownElement()
Declaration
public RadDomainUpDownElement()
Properties
ArrowButton
Declaration
public override RadArrowButtonElement ArrowButton { get; }
Property Value
RadArrowButtonElement
|
Overrides
ArrowButtonMinWidth
Declaration
public override int ArrowButtonMinWidth { get; set; }
Property Value
System.Int32
|
Overrides
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
AutoCompleteHelpers
Declaration
public override List<BaseAutoComplete> AutoCompleteHelpers { get; }
Property Value
System.Collections.Generic.List<BaseAutoComplete>
|
Overrides
AutoCompleteMode
Declaration
public override AutoCompleteMode AutoCompleteMode { get; set; }
Property Value
System.Windows.Forms.AutoCompleteMode
|
Overrides
AutoCompleteSuggest
Declaration
public override AutoCompleteSuggestHelper AutoCompleteSuggest { get; set; }
Property Value
AutoCompleteSuggestHelper
|
Overrides
AutoCompleteValueMember
Declaration
public override string AutoCompleteValueMember { get; set; }
Property Value
System.String
|
Overrides
AutoSize
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
DefaultItemsCountInDropDown
Declaration
public override int DefaultItemsCountInDropDown { get; set; }
Property Value
System.Int32
|
Overrides
DownButtonElement
Get the element representing the increment button.
Declaration
public RadRepeatArrowElement DownButtonElement { get; }
Property Value
RadRepeatArrowElement
|
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
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
DropDownWidth
Declaration
public override int DropDownWidth { get; set; }
Property Value
System.Int32
|
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
IsPopupOpen
Declaration
public override bool IsPopupOpen { get; }
Property Value
System.Boolean
|
Overrides
IsPopupVisible
Declaration
public override bool IsPopupVisible { get; }
Property Value
System.Boolean
|
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
UpButtonElement
Get the element representing the decrement button.
Declaration
public RadRepeatArrowElement UpButtonElement { get; }
Property Value
RadRepeatArrowElement
|
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
CanCreateArrowButtonElement()
Declaration
protected override bool CanCreateArrowButtonElement()
Returns
System.Boolean
|
Overrides
ClosePopup()
ClosePopup(RadPopupCloseReason)
Declaration
public override void ClosePopup(RadPopupCloseReason reason)
Parameters
RadPopupCloseReason
reason
|
Overrides
CreateChildElements()
Declaration
protected override void CreateChildElements()
Overrides
CreateDownButton()
Declaration
protected virtual RadRepeatArrowElement CreateDownButton()
Returns
RadRepeatArrowElement
|
CreateElementsContainer()
Declaration
protected override StackLayoutElement CreateElementsContainer()
Returns
StackLayoutElement
|
Overrides
CreateUpButton()
GetDesiredPopupSize()
Declaration
public override Size GetDesiredPopupSize()
Returns
System.Drawing.Size
|
Overrides
HandleOnKeyUpKeyDownPress(KeyEventArgs)
Declaration
protected override void HandleOnKeyUpKeyDownPress(KeyEventArgs keyEventArgs)
Parameters
System.Windows.Forms.KeyEventArgs
keyEventArgs
|
Overrides
MoveDown(Boolean)
Selects the next item in the list.
Declaration
public virtual void MoveDown(bool wrap)
Parameters
System.Boolean
wrap
Specifies whether the navigations will be wrapped. |
MoveUp(Boolean)
Selects the previous item in the list.
Declaration
public virtual void MoveUp(bool wrap)
Parameters
System.Boolean
wrap
Specifies whether the navigations will be wrapped. |
OnDownButtonClick(Object, EventArgs)
Declaration
protected virtual void OnDownButtonClick(object sender, EventArgs e)
Parameters
System.Object
sender
|
System.EventArgs
e
|
OnMouseWheelCore(MouseEventArgs)
Declaration
protected override void OnMouseWheelCore(MouseEventArgs e)
Parameters
System.Windows.Forms.MouseEventArgs
e
|
Overrides
OnUpButtonClick(Object, EventArgs)
Declaration
protected virtual void OnUpButtonClick(object sender, EventArgs e)
Parameters
System.Object
sender
|
System.EventArgs
e
|
ShowPopup()
TooglePopupState()
Declaration
protected override void TooglePopupState()
Overrides
UnwireEvents()
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
|