using System; namespace Microsoft.Windows.Controls.PropertyGrid.Editors { public class DateTimeUpDownEditor : TypeEditor { protected override void SetValueDependencyProperty() { ValueProperty = DateTimeUpDown.ValueProperty; } } }