Class
CreatePropertyGridItemEventArgs

Definition

Namespace:Telerik.WinControls.UI

Assembly:Telerik.WinControls.UI.dll

Syntax:

cs-api-definition
public class CreatePropertyGridItemEventArgs : EventArgs

Inheritance: objectEventArgsCreatePropertyGridItemEventArgs

Inherited Members EventArgs.Empty

Constructors

CreatePropertyGridItemEventArgs(Type)

Declaration

cs-api-definition
public CreatePropertyGridItemEventArgs(Type itemType)

Parameters

itemType

Type

CreatePropertyGridItemEventArgs(Type, PropertyGridItem)

Declaration

cs-api-definition
public CreatePropertyGridItemEventArgs(Type itemType, PropertyGridItem parent)

Parameters

itemType

Type

parent

PropertyGridItem

Properties

Item

Declaration

cs-api-definition
public PropertyGridItemBase Item { get; set; }

Property Value

PropertyGridItemBase

ItemType

Declaration

cs-api-definition
public Type ItemType { get; }

Property Value

Type

Parent

Declaration

cs-api-definition
public PropertyGridItem Parent { get; }

Property Value

PropertyGridItem