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

Item Elements

RadPropertyGrid uses a PropertyGridItemElementProvider for creating the visual items when specifying the SelectedObject property. Depending on the property type, the following PropertyGridItemElement will be created:

  • PropertyGridCheckBoxItemElement
  • PropertyGridColorItemElement
  • PropertyGridGroupElement
  • PropertyGridItemElement

See Also

In this article