Honestly, I saw a lot of tools for many companies, and I did not see more beautiful than the tools of this company
@S3Kglitches2 жыл бұрын
perfect Can you use custom font (e.g. Bootstrap icons) for icons? Can you include a CSS from file (e.g. a shared one for all notifications)? Can you use raster images (png) from byte[] or from Bitmap?
@DeveloperExpress2 жыл бұрын
Hi S3Kglitches. Here are the answers to your questions.... > Can you use custom font (e.g. Bootstrap icons) for icons? Sure, if you download them as SVG icons and upload these icons to an SvgImage collection, you can use Bootstrap, FontAwesome, or any other vector icons in any DevExpress WinForms control that supports SVG. > Can you include a CSS from file (e.g. a shared one for all notifications)? Yup. You will need to write custom code that parses files and retrieves CSS markup stored within. Then you can assign this markup as a single string to the "alertControl.HtmlTemplate.Styles" property. > Can you use raster images (png) from byte[] or from Bitmap? Same as with vector icons, it all comes down to whether or not you can retrieve these images from their sources. If yes, anything's possible: you can pass any icon to the alert control's DataContext.
@rywinz15332 жыл бұрын
can you help to make an example how to made a qrcode generator with devextreme website? I cna't find any example how to make it. thank you.
@DeveloperExpress2 жыл бұрын
Hi Rywinz. Please contact our support team at www.devexpress.com/ask and our technical team can help you further from there.