Forum Discussion

tim_faron's avatar
tim_faron
Contributor
11 years ago
Solved

DevExpress.Xpf.Editors.TextEdit Tooltip

I am inquiring if anyone knows how to get the tooltip of a DevExpress.Xpf.Editors.TextEdit object.



I've checked the the ToolTip property of the object and tried a number of other things, like trying to see if a child object gets exposed when i hover over the red x but i have come up with nothing..



 

Name: WPFObject("TxtVirtualControllerAddress")

CtrlFullClassName: DevExpress.Xpf.Editors.TextEdit
  • Hi Tim,

    Try WPFObject("TxtVirtualControllerAddress").ValidationError.ErrorContent.OleValue.

     

5 Replies