Class
PropertyGridBeginningEditEventArgs

Event args that describe RadPropertyGrid's BeginningEdit event.

Definition

Namespace:Telerik.Windows.Controls.Data.PropertyGrid

Assembly:Telerik.Windows.Controls.Data.dll

Syntax:

cs-api-definition
public class PropertyGridBeginningEditEventArgs : CancelRoutedEventArgs

Inheritance: objectRadRoutedEventArgsCancelRoutedEventArgsPropertyGridBeginningEditEventArgs

Inherited Members CancelRoutedEventArgs.Cancel

Constructors

PropertyGridBeginningEditEventArgs()

Initializes a new instance of the PropertyGridBeginningEditEventArgs class.

Declaration

cs-api-definition
public PropertyGridBeginningEditEventArgs()

Properties

Field

Gets or sets the field.

Declaration

cs-api-definition
public PropertyGridField Field { get; }

Property Value

PropertyGridField

The field.