Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.UI.dll
Syntax:
C#
public class PropertyGridSpinEditor : BaseSpinEditor, IInputEditor, IValueEditor, ISupportInitialize
Inheritance: objectBaseInputEditorBaseSpinEditorPropertyGridSpinEditor
Implements:
Inherited Members
Constructors
C#
public PropertyGridSpinEditor()
Properties
Gets a value indicating whether the editor value is modified.
C#
public override bool IsModified { get; }
Overrides:
Methods
C#
public override void OnLostFocus()
Overrides:
Fires the ValueChanged event.
C#
public override void OnValueChanged()
Overrides:
Fires the ValueChanging event.
C#
public override void OnValueChanging(ValueChangingEventArgs e)
A ValueChangingEventArgs that contains the event data.
Overrides: