Product Bundles
DevCraft
All Telerik .NET and Kendo UI JavaScript components and AI Tools in one package.
Kendo UI
Bundle of AI Tools plus four JavaScript UI libraries built natively for jQuery, Angular, React and Vue.
Build JavaScript UI
Javascript
Telerik
Build modern .NET business apps
.Net Web
Cross-Platform
Desktop
Reporting and Documents
AI for Developers & IT
Ensure AI program success
MCP Servers
AI for UI
AI Engineering
Additional Tools
Enhance the developer and designer experience
Testing & Mocking
Debugging
UI Tools
CMS
Free Tools
Support and Learning
Productivity and Design Tools
Hello,
What should i do to format up and down button for DateTimePicker incase ShowUpDown = true.
My issue as in my attachment
Thanks
var spinEditor = radDateTimePicker1.DateTimePickerElement.CurrentBehavior
as
RadDateTimePickerSpinEdit;
var button1 = spinEditor.ButtonsLayout.Children[0]
RadRepeatArrowElement;
var button2 = spinEditor.ButtonsLayout.Children[1]
button1.BackColor = Color.Green;
button1.Fill.GradientStyle = Telerik.WinControls.GradientStyles.Solid;
button1.Fill.ShouldPaint =
true
;
button2.BackColor = Color.Green;
button2.Fill.GradientStyle = Telerik.WinControls.GradientStyles.Solid;
button2.Fill.ShouldPaint =
Hello Dimitar,
Your solution working well, it have been solved.
Thanks you so much for your help
Regard,
Paul