ClassPropertyGridBrowseEditor
Class
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.UI.dll
Syntax:
cs-api-definition
public class PropertyGridBrowseEditor : BaseBrowseEditor, IInputEditor, IValueEditor, ISupportInitialize
Inheritance: objectBaseInputEditorBaseBrowseEditorPropertyGridBrowseEditor
Implements:
Inherited Members
Constructors
PropertyGridBrowseEditor()
Declaration
cs-api-definition
public PropertyGridBrowseEditor()
Methods
BeginEdit()
Starts the editing process. Used internally in RadGridView.
Declaration
cs-api-definition
public override void BeginEdit()
Overrides
EndEdit()
Finishes the editing process. Used internally in RadGridView.
OnKeyDown(KeyEventArgs)
Declaration
cs-api-definition
protected override void OnKeyDown(KeyEventArgs e)
Parameters
e
Overrides
OnLostFocus()
Declaration
cs-api-definition
protected override void OnLostFocus()
Overrides
OnValueChanged()
Fires the ValueChanged event.
Declaration
cs-api-definition
public override void OnValueChanged()
Overrides
OnValueChanging(ValueChangingEventArgs)
Fires the ValueChanging event.
Declaration
cs-api-definition
public override void OnValueChanging(ValueChangingEventArgs e)
Parameters
e
A ValueChangingEventArgs that contains the event data.
Overrides