If I am programatically (dynamically) creating a property and I'm using something like:
[Editor(typeof(NullableDoublePropertyEditor), typeof(PropertyEditor))]
How can I define the the CheckBoxVisibility and the SpinnerVisibility to be Visible
to get something like this:
<propgrideditors:NullableDoublePropertyEditor CheckBoxVisibility="Visible" SpinnerVisibility="Visible" />
The same applies for NullableDateTimePropertyEdito to set up: Format="d" or Format="t"
Thanka!,
Eli
[Editor(typeof(NullableDoublePropertyEditor), typeof(PropertyEditor))]
How can I define the the CheckBoxVisibility and the SpinnerVisibility to be Visible
to get something like this:
<propgrideditors:NullableDoublePropertyEditor CheckBoxVisibility="Visible" SpinnerVisibility="Visible" />
The same applies for NullableDateTimePropertyEdito to set up: Format="d" or Format="t"
Thanka!,
Eli