New to Telerik UI for WinFormsStart a free 30-day trial

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 EventArgs.Empty

Constructors

Initializes a new instance of the PropertyGridTraversingEventArgs class.

C#
public PropertyGridTraversingEventArgs(PropertyGridItemBase item)
Parameters:itemPropertyGridItemBase

The content.

Properties

Gets the item.

C#
public PropertyGridItemBase Item { get; }
Property Value:

The item.

Gets or sets a value indicating whether the PropertyGridItemBase instance to be processed by PropertyGridTraverser.

C#
public bool Process { get; set; }
Property Value:

true if [process PropertyGridItemBase]; otherwise, false.