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
Overrides
ArrowButtonMinWidth
Declaration
public override int ArrowButtonMinWidth { get; set; }
Property Value
System.
|
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.
|
AutoCompleteDataSource
Declaration
public override object AutoCompleteDataSource { get; set; }
Property Value
System.
|
Overrides
AutoCompleteDisplayMember
Declaration
public override string AutoCompleteDisplayMember { get; set; }
Property Value
System.
|
Overrides
AutoCompleteHelpers
Declaration
public override List<BaseAutoComplete> AutoCompleteHelpers { get; }
Property Value
System.
|
Overrides
AutoCompleteMode
Declaration
public override AutoCompleteMode AutoCompleteMode { get; set; }
Property Value
System.
|
Overrides
AutoCompleteSuggest
Declaration
public override AutoCompleteSuggestHelper AutoCompleteSuggest { get; set; }
Property Value
Overrides
AutoCompleteValueMember
Declaration
public override string AutoCompleteValueMember { get; set; }
Property Value
System.
|
Overrides
AutoSize
Declaration
public override bool AutoSize { get; set; }
Property Value
System.
|
Overrides
AutoSizeItems
Declaration
public override bool AutoSizeItems { get; set; }
Property Value
System.
|
Overrides
DefaultItemsCountInDropDown
Declaration
public override int DefaultItemsCountInDropDown { get; set; }
Property Value
System.
|
Overrides
DownButtonElement
Get the element representing the increment button.
Declaration
public RadRepeatArrowElement DownButtonElement { get; }
Property Value
DropDownAnimationEasing
Declaration
public override RadEasingType DropDownAnimationEasing { get; set; }
Property Value
Overrides
DropDownAnimationEnabled
Declaration
public override bool DropDownAnimationEnabled { get; set; }
Property Value
System.
|
Overrides
DropDownAnimationFrames
Declaration
public override int DropDownAnimationFrames { get; set; }
Property Value
System.
|
Overrides
DropDownHeight
Declaration
public override int DropDownHeight { get; set; }
Property Value
System.
|
Overrides
DropDownMaxSize
Declaration
public override Size DropDownMaxSize { get; set; }
Property Value
System.
|
Overrides
DropDownMinSize
Declaration
public override Size DropDownMinSize { get; set; }
Property Value
System.
|
Overrides
DropDownSizingMode
Declaration
public override SizingMode DropDownSizingMode { get; set; }
Property Value
Overrides
DropDownStyle
Declaration
public override RadDropDownStyle DropDownStyle { get; set; }
Property Value
Overrides
DropDownWidth
Declaration
public override int DropDownWidth { get; set; }
Property Value
System.
|
Overrides
FormatInfo
Declaration
public override IFormatProvider FormatInfo { get; set; }
Property Value
System.
|
Overrides
FormatString
Declaration
public override string FormatString { get; set; }
Property Value
System.
|
Overrides
FormattingEnabled
Declaration
public override bool FormattingEnabled { get; set; }
Property Value
System.
|
Overrides
IsPopupOpen
Declaration
public override bool IsPopupOpen { get; }
Property Value
System.
|
Overrides
IsPopupVisible
Declaration
public override bool IsPopupVisible { get; }
Property Value
System.
|
Overrides
MaxDropDownItems
Declaration
public override int MaxDropDownItems { get; set; }
Property Value
System.
|
Overrides
Popup
Declaration
public override RadEditorPopupControlBase Popup { get; }
Property Value
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.
|
SortStyle
Declaration
public override SortStyle SortStyle { get; set; }
Property Value
Overrides
UpButtonElement
Get the element representing the decrement button.
Declaration
public RadRepeatArrowElement UpButtonElement { get; }
Property Value
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.
|
Methods
CanCreateArrowButtonElement()
Declaration
protected override bool CanCreateArrowButtonElement()
Returns
System.
|
Overrides
ClosePopup()
ClosePopup(RadPopupCloseReason)
Declaration
public override void ClosePopup(RadPopupCloseReason reason)
Parameters
Rad
|
Overrides
CreateChildElements()
Declaration
protected override void CreateChildElements()
Overrides
CreateDownButton()
Declaration
protected virtual RadRepeatArrowElement CreateDownButton()
Returns
CreateElementsContainer()
Declaration
protected override StackLayoutElement CreateElementsContainer()
Returns
Overrides
CreateUpButton()
GetDesiredPopupSize()
Declaration
public override Size GetDesiredPopupSize()
Returns
System.
|
Overrides
HandleOnKeyUpKeyDownPress(KeyEventArgs)
Declaration
protected override void HandleOnKeyUpKeyDownPress(KeyEventArgs keyEventArgs)
Parameters
System.
|
Overrides
MoveDown(Boolean)
Selects the next item in the list.
Declaration
public virtual void MoveDown(bool wrap)
Parameters
System. 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. Specifies whether the navigations will be wrapped. |
OnDownButtonClick(Object, EventArgs)
Declaration
protected virtual void OnDownButtonClick(object sender, EventArgs e)
Parameters
System.
|
System.
|
OnMouseWheelCore(MouseEventArgs)
Declaration
protected override void OnMouseWheelCore(MouseEventArgs e)
Parameters
System.
|
Overrides
OnUpButtonClick(Object, EventArgs)
Declaration
protected virtual void OnUpButtonClick(object sender, EventArgs e)
Parameters
System.
|
System.
|
ShowPopup()
TooglePopupState()
Declaration
protected override void TooglePopupState()
Overrides
UnwireEvents()
Events
PopupClosed
Declaration
public override event RadPopupClosedEventHandler PopupClosed
Event Type
Overrides
PopupClosing
Declaration
public override event RadPopupClosingEventHandler PopupClosing
Event Type
Overrides
PopupOpened
Declaration
public override event EventHandler PopupOpened
Event Type
System.
|
Overrides
PopupOpening
Declaration
public override event CancelEventHandler PopupOpening
Event Type
System.
|