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
880
Masks not available in UltraWinDropdown?
posted

Hello:

I have a currency field and I would like to mask the display to show it as $99.99. However, I cannot locate the property in the designer.

Does that mean that masks are not supported in UltraWinDropdown?

Venki

Parents
  • 69832
    Suggested Answer
    Offline posted

    I'm not sure which control we're talking about here, but for UltraGridBase-derived controls, you can handle InitializeLayout and get a reference to the column via e.Layout.Bands[n].Columns["whatever"], and set the masking properties on that column; the property names all begin with the phrase "Mask".

Reply Children