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

Event arguments that describe RadPropertyGrid's PreparedEditor event.

Definition

Namespace:Telerik.Windows.Controls.Data.PropertyGrid.Editing

Assembly:Telerik.Windows.Controls.Data.dll

Syntax:

C#
public class PropertyGridPreparedEditorEventArgs : RadRoutedEventArgs

Inheritance: objectRadRoutedEventArgsPropertyGridPreparedEditorEventArgs

Constructors

Initializes a new instance of the PropertyGridPreparedEditorEventArgs class.

C#
public PropertyGridPreparedEditorEventArgs(FrameworkElement editor, PropertyGridField field)
Parameters:editorFrameworkElementfieldPropertyGridField

Properties

Editor

FrameworkElement

Gets or sets the editor.

C#
public FrameworkElement Editor { get; }

Gets or sets the field.

C#
public PropertyGridField Field { get; }