Class
PropertyGridPreparedEditorEventArgs

Event arguments that describe RadPropertyGrid's PreparedEditor event.

Definition

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

Assembly:Telerik.Windows.Controls.Data.dll

Syntax:

cs-api-definition
public class PropertyGridPreparedEditorEventArgs : RadRoutedEventArgs

Inheritance: objectRadRoutedEventArgsPropertyGridPreparedEditorEventArgs

Constructors

PropertyGridPreparedEditorEventArgs(FrameworkElement, PropertyGridField)

Initializes a new instance of the PropertyGridPreparedEditorEventArgs class.

Declaration

cs-api-definition
public PropertyGridPreparedEditorEventArgs(FrameworkElement editor, PropertyGridField field)

Parameters

editor

FrameworkElement

field

PropertyGridField

Properties

Editor

Gets or sets the editor.

Declaration

cs-api-definition
public FrameworkElement Editor { get; }

Property Value

FrameworkElement

Field

Gets or sets the field.

Declaration

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

Property Value

PropertyGridField