Class
PropertyGridBeginningEditEventArgs

Event args that describe RadPropertyGrid's BeginningEdit event.

Definition

Namespace:Telerik.UI.Xaml.Controls.Data.PropertyGrid

Assembly:Telerik.WinUI.Controls.dll

Syntax:

cs-api-definition
public class PropertyGridBeginningEditEventArgs : CancelRoutedEventArgs

Inheritance: objectRadRoutedEventArgsCancelRoutedEventArgsPropertyGridBeginningEditEventArgs

Inherited Members CancelRoutedEventArgs.CancelRadRoutedEventArgs.InvokeEventHandler(Delegate, object)RadRoutedEventArgs.OnSetSource(object)RadRoutedEventArgs.RoutedEventRadRoutedEventArgs.SourceRadRoutedEventArgs.HandledRadRoutedEventArgs.OriginalSource

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.