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