Articles in this section
Category / Section

How to show the tooltip for NumericButtons in the SfDataPager?

4 mins read

In the SfDataPager, you can show the ToolTip for NumericButton by writing the custom style as follows.

 

<Window.Resources>
  <Style TargetType="Syncfusion:NumericButton">         
            <Setter Property="ToolTip" Value="{Binding}" />
  </Style>
</Window.Resources>

 

Refer to the following screenshot that shows the tooltip for numeric values on the NumericButtons.

Tooltip for Numeric Value on the NumericButtons

 

Sample Link:

WPF

Did you find this information helpful?
Yes
No
Help us improve this page
Please provide feedback or comments
Comments (0)
Please sign in to leave a comment
Access denied
Access denied