Interface IRadNumericUpDown
Inherited Members
Namespace: Telerik.WebAii.Controls.Xaml
Assembly: Telerik.WebAii.Controls.Xaml.dll
Syntax
public interface IRadNumericUpDown : IRangeBase, IControl, IFrameworkElement, ITargetElement
Properties
ContentText
Declaration
string ContentText { get; }
Property Value
System.String
|
CustomUnit
Declaration
string CustomUnit { get; }
Property Value
System.String
|
Delay
Declaration
int Delay { get; }
Property Value
System.Int32
|
IsEditable
Declaration
bool IsEditable { get; }
Property Value
System.Boolean
|
IsFocused
Declaration
bool IsFocused { get; }
Property Value
System.Boolean
|
RepeatInterval
Declaration
int RepeatInterval { get; }
Property Value
System.Int32
|
TextBoxElement
Methods
DecreaseValue()
Declaration
void DecreaseValue()
IncreaseValue()
Declaration
void IncreaseValue()