New to Telerik UI for WinFormsStart a free 30-day trial

Definition

Namespace:Telerik.WinControls.UI

Assembly:Telerik.WinControls.UI.dll

Syntax:

C#
public class CreatePropertyGridItemEventArgs : EventArgs

Inheritance: objectEventArgsCreatePropertyGridItemEventArgs

Inherited Members EventArgs.Empty

Constructors

C#
public CreatePropertyGridItemEventArgs(Type itemType, PropertyGridItem parent)
Parameters:itemTypeTypeparentPropertyGridItem
C#
public CreatePropertyGridItemEventArgs(Type itemType)
Parameters:itemTypeType

Properties

C#
public PropertyGridItemBase Item { get; set; }
C#
public Type ItemType { get; }
C#
public PropertyGridItem Parent { get; }