Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
355
UltraPictureBox null text
posted

Is it possible to assign null text for the UltraPictureBox? for example i don't have image to assign for the ultrapicturebox. In that scenario i want to display the text "No Image Attached" in the ultrapicturebox. Is it possible?

 

Parents
No Data
Reply
  • 469350
    Suggested Answer
    Offline posted

    Hi,

    There's no property for this. But you can do it using a CreationFilter. In fact, this is probabaly one of the simplest CreationFilters you can do.I wrote a CreationFilter that is very similar to this for the UltraWinGrid to show a message in the grid when there are no rows. Here's a link to that article.

    Empty gride message - Infragistics Community

     

Children