Class EditorInitializingEventArgs
Inheritance
System.Object
EditorInitializingEventArgs
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.UI.dll
Syntax
public class EditorInitializingEventArgs : CancelEventArgs
Constructors
EditorInitializingEventArgs(PropertyDescriptor, Control, Type)
Declaration
public EditorInitializingEventArgs(PropertyDescriptor property, Control editor, Type editorType)
Parameters
System.
|
System.
|
System.
|
Properties
Editor
Declaration
public Control Editor { get; set; }
Property Value
System.
|
EditorType
Declaration
public Type EditorType { get; }
Property Value
System.
|
Property
Declaration
public PropertyDescriptor Property { get; }
Property Value
System.
|