Class
PropertyGridTraversingEventArgs

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

Constructors

PropertyGridTraversingEventArgs(PropertyGridItemBase)

Initializes a new instance of the PropertyGridTraversingEventArgs class.

Declaration

cs-api-definition
public PropertyGridTraversingEventArgs(PropertyGridItemBase item)

Parameters

item

PropertyGridItemBase

The content.

Properties

Item

Gets the item.

Declaration

cs-api-definition
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

cs-api-definition
public bool Process { get; set; }

Property Value

bool

true if [process PropertyGridItemBase]; otherwise, false.