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)
Properties
Editor
FrameworkElement
Gets or sets the editor.
C#
public FrameworkElement Editor { get; }
Gets or sets the field.
C#
public PropertyGridField Field { get; }