ClassPropertyGridTraversingEventArgs
Class
Provides data for all events used in PropertyGridTraverser
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.UI.dll
Syntax:
cs-api-definition
public class PropertyGridTraversingEventArgs : EventArgs
Inheritance: objectEventArgsPropertyGridTraversingEventArgs
Inherited Members
Constructors
PropertyGridTraversingEventArgs(PropertyGridItemBase)
Initializes a new instance of the PropertyGridTraversingEventArgs class.
Declaration
cs-api-definition
public PropertyGridTraversingEventArgs(PropertyGridItemBase item)
Parameters
item
The content.
Properties
Item
Gets the item.
Declaration
cs-api-definition
public PropertyGridItemBase Item { get; }
Property Value
The item.
Process
Gets or sets a value indicating whether the PropertyGridItemBase instance to be processed by PropertyGridTraverser.
Declaration
cs-api-definition
public bool Process { get; set; }
Property Value
true if [process PropertyGridItemBase]; otherwise, false.