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
Constructors
Initializes a new instance of the PropertyGridBeginningEditEventArgs class.
C#
public PropertyGridBeginningEditEventArgs()
Properties
Gets or sets the field.
C#
public PropertyGridField Field { get; }
The field.