Class
CreatePropertyGridItemElementEventArgs

Definition

Namespace:Telerik.WinControls.UI

Assembly:Telerik.WinControls.UI.dll

Syntax:

cs-api-definition
public class CreatePropertyGridItemElementEventArgs : EventArgs

Inheritance: objectEventArgsCreatePropertyGridItemElementEventArgs

Inherited Members EventArgs.Empty

Constructors

CreatePropertyGridItemElementEventArgs(PropertyGridItemBase)

Declaration

cs-api-definition
public CreatePropertyGridItemElementEventArgs(PropertyGridItemBase item)

Parameters

item

PropertyGridItemBase

Properties

Item

Declaration

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

Property Value

PropertyGridItemBase

ItemElementType

Declaration

cs-api-definition
public Type ItemElementType { get; set; }

Property Value

Type