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

Provides information about PropertyGridField events.

Definition

Namespace:Telerik.Windows.Controls.Data.PropertyGrid

Assembly:Telerik.Windows.Controls.Data.dll

Syntax:

C#
public class FieldEventArgs : EventArgs

Inheritance: objectEventArgsFieldEventArgs

Inherited Members EventArgs.Empty

Constructors

Initializes a new instance of the FieldEventArgs class.

C#
public FieldEventArgs(PropertyGridField field)
Parameters:fieldPropertyGridField

The field.

Properties

Gets or sets the field of the current context.

C#
public PropertyGridField Field { get; protected set; }
Property Value:

The field.