Class CreatePropertyGridItemEventArgs
Inheritance
System.Object
System.EventArgs
CreatePropertyGridItemEventArgs
Inherited Members
System.EventArgs.Empty
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.UI.dll
Syntax
public class CreatePropertyGridItemEventArgs : EventArgs
Constructors
CreatePropertyGridItemEventArgs(Type)
Declaration
public CreatePropertyGridItemEventArgs(Type itemType)
Parameters
System.Type
itemType
|
CreatePropertyGridItemEventArgs(Type, PropertyGridItem)
Declaration
public CreatePropertyGridItemEventArgs(Type itemType, PropertyGridItem parent)
Parameters
System.Type
itemType
|
PropertyGridItem
parent
|
Properties
Item
ItemType
Declaration
public Type ItemType { get; }
Property Value
System.Type
|