Class PropertyGridPreparedEditorEventArgs
Inheritance
System.Object
PropertyGridPreparedEditorEventArgs
Assembly: Telerik.WinUI.Controls.dll
Syntax
public class PropertyGridPreparedEditorEventArgs : RadRoutedEventArgs
Constructors
Declaration
public PropertyGridPreparedEditorEventArgs(FrameworkElement editor, PropertyGridField field)
Parameters
Properties
Declaration
public FrameworkElement Editor { get; }
Property Value
|
Microsoft.UI.Xaml.FrameworkElement
|
Declaration
public PropertyGridField Field { get; }
Property Value
Extension Methods