or
RadDragAndDropManager.SetAllowDrag(this, true);
RadDragAndDropManager.SetAllowDrop(this, true);
| private IDebugEditor GetDebugEditor() { |
| var res = from w in radDocking.Documents where w is IDebugEditor select w; |
| if (res.Count() != 0) |
| return (IDebugEditor)res.First(); |
| return null; |
| } |
hi, i trying to make a custom theme for RadTimePicker.
I have already altered the Calendar.xaml for RadDatePicker, i just don't have any Styles for RadTimePicker to alter.
Can you kindly provide me a sample project to customize the theme for RadTimePicker.
Thank you.
Gillian