Class PropertyGridPreparedEditorEventArgs
Event arguments that describe RadPropertyGrid's PreparedEditor event.
Inherited Members
Namespace: Telerik.Windows.Controls.Data.PropertyGrid.Editing
Assembly: Telerik.Windows.Controls.Data.dll
Syntax
public class PropertyGridPreparedEditorEventArgs : RadRoutedEventArgs
Constructors
PropertyGridPreparedEditorEventArgs(FrameworkElement, PropertyGridField)
Initializes a new instance of the PropertyGridPreparedEditorEventArgs class.
Declaration
public PropertyGridPreparedEditorEventArgs(FrameworkElement editor, PropertyGridField field)
Parameters
System.Windows.FrameworkElement
editor
|
PropertyGridField
field
|
Properties
Editor
Gets or sets the editor.
Declaration
public FrameworkElement Editor { get; }
Property Value
System.Windows.FrameworkElement
|
Field
Gets or sets the field.
Declaration
public PropertyGridField Field { get; }
Property Value
PropertyGridField
|