New to Telerik UI for WinForms? Download free 30-day trial

API

The editing process can be controlled by using the following methods:

  • BeginEdit: Puts the current item in edit mode.

  • EndEdit: Ends the edit operation on the current item and commits any changes.

  • CancelEdit: Closes the currently active editor and discards all changes.

  • ActiveEditor: Contains reference to the currently active editor.

  • IsInEditMode: Indicates whether the property grid is in edit mode.

All editors used in RadPropertyGrid inherit from BaseInputEditor class. This class does not inherit from RadElement. You should use its EditorElement property if you want to customize any element properties.

See Also

In this article