Class PlusMinusEditor
Inheritance
System.Object
PlusMinusEditor
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.UI.dll
Syntax
public class PlusMinusEditor : UserControl
Constructors
PlusMinusEditor()
Declaration
public PlusMinusEditor()
Properties
FormatString
Declaration
public string FormatString { get; set; }
Property Value
System.String
|
Loop
Declaration
public bool Loop { get; set; }
Property Value
System.Boolean
|
MaxValue
Declaration
public decimal MaxValue { get; set; }
Property Value
System.Decimal
|
MinusButton
MinValue
Declaration
public decimal MinValue { get; set; }
Property Value
System.Decimal
|
PlusButton
Step
Declaration
public decimal Step { get; set; }
Property Value
System.Decimal
|
TextBox
TrimString
Declaration
public string TrimString { get; set; }
Property Value
System.String
|
Value
Declaration
public decimal Value { get; set; }
Property Value
System.Decimal
|
Methods
DecreaseValue()
Declaration
public void DecreaseValue()
Dispose(Boolean)
Clean up any resources being used.
Declaration
protected override void Dispose(bool disposing)
Parameters
System.Boolean
disposing
true if managed resources should be disposed; otherwise, false. |
IncreaseValue()
Declaration
public void IncreaseValue()
OnValueChanged()
Declaration
protected virtual void OnValueChanged()
TryParseUserInput()
Declaration
protected virtual void TryParseUserInput()
Events
ValueChanged
Declaration
public event EventHandler ValueChanged
Event Type
System.EventHandler
|