DevExpress-Examples / reporting-wpf-report-designer-customize-controls-smart-tag

How to customize the smart tags: for a standard report control and for a custom controls

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Reporting for WPF - Customize a Control's Smart Tag

This example shows how to customize the standard smart tag of a report control. You need to override the diagram item's SmartTagTemplate property for this task.

It also shows how to create a smart tag for a custom control. For this, set the SmartTagTemplate property and override the custom diagram item's GetSmartTagViewModel method.

Files to Review

Documentation

About

How to customize the smart tags: for a standard report control and for a custom controls

License:Other


Languages

Language:C# 78.9%Language:Visual Basic .NET 21.1%