New to Telerik UI for WinFormsStart a free 30-day trial

Definition

Namespace:Telerik.WinControls.UI

Assembly:Telerik.WinControls.UI.dll

Syntax:

C#
public class EditorInitializingEventArgs : CancelEventArgs

Inheritance: objectEventArgsCancelEventArgsEditorInitializingEventArgs

Inherited Members CancelEventArgs.CancelEventArgs.Empty

C#
public PropertyDescriptor Property { get; }

Constructors

C#
public EditorInitializingEventArgs(PropertyDescriptor property, Control editor, Type editorType)
Parameters:propertyPropertyDescriptoreditorControleditorTypeType

Properties

C#
public Control Editor { get; set; }
C#
public Type EditorType { get; }