ClassRadPropertyGridEventArgs
Class
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.UI.dll
Syntax:
cs-api-definition
public class RadPropertyGridEventArgs : EventArgs
Inheritance: objectEventArgsRadPropertyGridEventArgs
Derived Classes:
Inherited Members
Constructors
RadPropertyGridEventArgs(PropertyGridItemBase)
Declaration
cs-api-definition
public RadPropertyGridEventArgs(PropertyGridItemBase item)
Parameters
item
Properties
Item
Declaration
cs-api-definition
public virtual PropertyGridItemBase Item { get; }
Property Value