/// <summary> /// Initializes a new instance of the <see cref="CustomPropertyValueEditorAttribute"/> class. /// </summary> /// <param name="customPropertyValueEditor">The custom property value editor.</param> public CustomPropertyValueEditorAttribute(CustomPropertyValueEditor customPropertyValueEditor) { this.CustomPropertyValueEditor = customPropertyValueEditor; }