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

Event args that describe RadPropertyGrid's BeginningEdit event.

Definition

Namespace:Telerik.Windows.Controls.Data.PropertyGrid

Assembly:Telerik.Windows.Controls.Data.dll

Syntax:

C#
public class PropertyGridBeginningEditEventArgs : CancelRoutedEventArgs

Inheritance: objectRadRoutedEventArgsCancelRoutedEventArgsPropertyGridBeginningEditEventArgs

Inherited Members CancelRoutedEventArgs.Cancel

Constructors

Initializes a new instance of the PropertyGridBeginningEditEventArgs class.

C#
public PropertyGridBeginningEditEventArgs()

Properties

Gets or sets the field.

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

The field.