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
660
How to use DataBindings with UltraTab to set Text-Property?
posted

Hi,

i have a UserControl holding a Title-Property (string) that may change while runtime.

This UserControl is placed on an UltraTab (created at runtime).

I would like to automatically update the UltraTab.Text-Property whenever the UserControl.Title-Property is changed. Normally you would do this via:

UltraTab.DataBindings.Add(...)

But unfortunatly there is no DataBindings for the UltraTab, right? Is there an other way to do this without adding another Event-Handler?

  • 71886
    Offline posted

    Hello,

    There are 'DataBindings' for the Text property of the 'UltraTabControl'. You could see this in the 'Properties' window in Design-Time.

    The only other way I can think of is using an event.

    Please do not hesitate to contact us if you need any additional assistance.