Class PropertyGridPreparedEditorEventArgs
Inherited Members
Namespace: Telerik.UI.Xaml.Controls.Data.PropertyGrid.Editing
Assembly: Telerik.WinUI.Controls.dll
Syntax
public class PropertyGridPreparedEditorEventArgs : RadRoutedEventArgs
Constructors
PropertyGridPreparedEditorEventArgs(FrameworkElement, PropertyGridField)
Declaration
public PropertyGridPreparedEditorEventArgs(FrameworkElement editor, PropertyGridField field)
Parameters
Microsoft.
|
Property
|
Properties
Editor
Declaration
public FrameworkElement Editor { get; }
Property Value
Microsoft.
|