Class PropertyGridTraversingEventArgs
Provides data for all events used in PropertyGridTraverser
Inheritance
Inherited Members
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.UI.dll
Syntax
public class PropertyGridTraversingEventArgs : EventArgs
Constructors
PropertyGridTraversingEventArgs(PropertyGridItemBase)
Initializes a new instance of the PropertyGridTraversingEventArgs class.
Declaration
public PropertyGridTraversingEventArgs(PropertyGridItemBase item)
Parameters
PropertyGridItemBase
item
The content. |
Properties
Item
Gets the item.
Declaration
public PropertyGridItemBase Item { get; }
Property Value
PropertyGridItemBase
The item. |
Process
Gets or sets a value indicating whether the PropertyGridItemBase instance to be processed by PropertyGridTraverser.
Declaration
public bool Process { get; set; }
Property Value
System.Boolean
|