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
435
Tooltip for FieldChooser
posted

Is there any property to set the tooltip text for FieldChooser only when user mouseover the FieldChooser icon on the grid.

Parents
No Data
Reply
  • 69686
    Verified Answer
    posted

    Hello,

     

    Have you tried using a style for the HeaderPrefixArea, similar to this one?

           <Style TargetType="{x:Type igDP:HeaderPrefixArea}">

                <Setter Property="ToolTip" Value="Field Chooser ToolTip"/>

            </Style>

Children
No Data