How can I help you?
Prompt Library - AI Coding Assistant
14 Jan 202624 minutes to read
Speed up your WPF projects using these ready-made prompts for popular Syncfusion components. Each prompt is short, easy to understand, and focused on real tasks—like quick setups, tweaks, and fixes.
How to Use
Before starting, make sure your MCP Server is set up and running.
- Choose a prompt that fits your need.
- Copy the full prompt with the #SyncfusionWPFAssistant handle.
- Customize the prompt for your specific use case.
- Execute via the MCP Server.
- Always check and test the code before adding it to your project.
Component-Specific Prompts
DataGrid
The Syncfusion WPF DataGrid provides fast, flexible tables for large datasets with rich built-in interactivity.
#SyncfusionWPFAssistant How to enable paging and sorting in the Syncfusion WPF DataGrid?
#SyncfusionWPFAssistant Show me an example of grouping and filtering data in the Syncfusion WPF DataGrid.
#SyncfusionWPFAssistant How to configure in-place editing using numeric, text, date, checkbox, image, combo box, picker, and template editors in the DataGrid.
#SyncfusionWPFAssistant Describe how to enable both single‑row and multiple‑row selection and how to perform programmatic row selection using APIs. Also provide explanation of all supported mouse and keyboard interactions.
#SyncfusionWPFAssistant Give me the code example to perform full CRUD operations in the Syncfusion WPF DataGrid?
#SyncfusionWPFAssistant How to export DataGrid content to PDF and Excel in Syncfusion WPF?
#SyncfusionWPFAssistant How to configure virtual scrolling for large datasets in the DataGrid?
#SyncfusionWPFAssistant Create a DataGrid with multiple columns that displays product details and includes features for sorting and filtering.
#SyncfusionWPFAssistant How can I integrate or load a WPF control inside each cell or column of the Syncfusion WPF DataGrid?
#SyncfusionWPFAssistant Show me a DataGrid with paging, sorting, grouping, filtering, and virtual scrolling.
#SyncfusionWPFAssistant Why isn’t my DataGrid exporting to PDF or Excel correctly?
#SyncfusionWPFAssistant How to enable cell editing in the DataGrid?
#SyncfusionWPFAssistant How can I add or display the predefined or multi columns in a drop-down in the DataGrid?
#SyncfusionWPFAssistant How to enable row drag-and-drop in the Syncfusion WPF DataGrid?
#SyncfusionWPFAssistant Customize cell and header styles and apply conditional formatting based on data values in WPF DataGrid.
Chart
The Syncfusion WPF Chart suite offers versatile visualizations across many series types for insightful data exploration.
#SyncfusionWPFAssistant How to bind data sources to a Syncfusion WPF Chart for real-time updates?
#SyncfusionWPFAssistant How to enable selection and highlighting of data points in WPF Charts?
#SyncfusionWPFAssistant What chart types are available in Syncfusion WPF Charts, and how to configure them?
#SyncfusionWPFAssistant How can I display markers and data labels on a line chart in WPF?
#SyncfusionWPFAssistant How to enable zooming and panning in WPF Charts for large datasets?
#SyncfusionWPFAssistant Add image and shape annotations to highlight specific data points in a chart.
#SyncfusionWPFAssistant How to export a Syncfusion WPF Chart to PDF or image formats?
#SyncfusionWPFAssistant Enable print functionality for a Syncfusion WPF Chart.
#SyncfusionWPFAssistant Show interactive tooltips and a trackball with formatted labels and multiple series value display.
#SyncfusionWPFAssistant Configure CategoryAxis, NumericalAxis, DateTimeAxis, and add a secondary Y-axis with series mapped to it.
#SyncfusionWPFAssistant Add chart title, subtitle, and a responsive legend (positioning, overflow modes) in a WPF chart.
#SyncfusionWPFAssistant Create a chart with Line, Spline, StepLine, Area, SplineArea, Column, Bar, Scatter, and Bubble series.
#SyncfusionWPFAssistant Apply segment color mapping and gradient fills based on Y-value ranges.
#SyncfusionWPFAssistant Configure axis intervals, labels format, inversed axis, axis crossing, and logarithmic axis.
#SyncfusionWPFAssistant Enable data labels with templates, alignment, and smart label collision avoidance for dense data.
#SyncfusionWPFAssistant Customize major/minor gridlines, tick lines, chart area background, and border.
#SyncfusionWPFAssistant How to enable animations in WPF Charts to make visualization more engaging?
#SyncfusionWPFAssistant How to combine bar and line series in a single Syncfusion WPF Chart?
#SyncfusionWPFAssistant Show me how to customize chart markers and data label styles.
Scheduler
The Syncfusion WPF Scheduler helps manage events, resources, and timelines with powerful views and customization.
#SyncfusionWPFAssistant Configure Day, Week, Month, Timeline Day/Week/WorkWeek/Month views and add quick view switching.
#SyncfusionWPFAssistant How to bind custom appointment models using mapping (subject, notes, location, start time, end time) with MVVM.
#SyncfusionWPFAssistant Create recurring appointments (daily/weekly/monthly/yearly) and enable editing a single occurrence or the entire series.
#SyncfusionWPFAssistant Show appointments in the WPF Scheduler control for specific time zones.
#SyncfusionWPFAssistant How to set working hours, configure work days and customize the first day of week.
#SyncfusionWPFAssistant How to restrict navigation with MinimumDateTime and MaximumDateTime to keep users in a valid planning range.
#SyncfusionWPFAssistant Define special time regions to block interaction (e.g., holidays/breaks) and highlight them across views.
#SyncfusionWPFAssistant Disable specific dates like weekends or holidays to prevent selection and interaction for month view.
#SyncfusionWPFAssistant Enable drag to reschedule, resize to change duration for quick appointment updates.
#SyncfusionWPFAssistant Group by resources (rooms/people/teams) with color-coding and timeline views optimized for many resources.
#SyncfusionWPFAssistant Load appointments on demand with a loading indicator for large schedules.
#SyncfusionWPFAssistant Add reminder metadata to appointments and integrate with app notifications for alerts.
#SyncfusionWPFAssistant How to style headers, cells, appointments, selection, and special regions; support Light/Dark themes.
AI AssistView
The Syncfusion WPF AI AssistView provides a ready-made conversational UI for integrating LLMs with features like message list, input box, suggestions, attachments, and tool/action invocation.
#SyncfusionWPFAssistant Bind AssistView to a message collection with system, user, and pre load conversation history.
#SyncfusionWPFAssistant Enable token streaming with a typing indicator and incremental message updates.
#SyncfusionWPFAssistant How to add clickable suggestion chips that insert predefined prompts into the input box.
#SyncfusionWPFAssistant How to render assistant responses with Markdown (headings, code blocks) and support inline images/emojis.
#SyncfusionWPFAssistant How to customize assistant avatars and use DataTemplate/DataTemplateSelector for message bubbles.
#SyncfusionWPFAssistant How to handle provider errors with retry/cancel UI and graceful fallback messages.
#SyncfusionWPFAssistant Apply custom themes for message bubbles, background, input bar, and suggestion chips (Light/Dark support).
#SyncfusionWPFAssistant Configure Enter to send and Shift+Enter for newline; support multiline input with character counter.
#SyncfusionWPFAssistant Display citations/references returned by the model as hyper links under the message.
Diagram
The Syncfusion WPF Diagram is a powerful, extensible library for visualizing, creating, and editing interactive diagrams.
#SyncfusionWPFAssistant Generate a layout using NodeViewModel as the data source instead of a business object class?
#SyncfusionWPFAssistant Add labels (annotations) to a node in the Diagram?
#SyncfusionWPFAssistant Add connection points (ports) to Diagram elements?
#SyncfusionWPFAssistant How to customize the appearance of gridlines?
#SyncfusionWPFAssistant Enable snapping in the Syncfusion WPF Diagram?
#SyncfusionWPFAssistant How to restrict or enable scrolling only within the Diagram area?
#SyncfusionWPFAssistant How to serialize the Content and ContentTemplate properties of a node?
#SyncfusionWPFAssistant Configure Diagram with UI virtualization for smooth scrolling on large objects.
#SyncfusionWPFAssistant How to add a custom gesture command in the WPF Diagram?
#SyncfusionWPFAssistant How can I create flowchart and organization layouts with the Diagram?
#SyncfusionWPFAssistant How to use different user controls in the Stencil?
#SyncfusionWPFAssistant How to add symbols to the Stencil?
#SyncfusionWPFAssistant How to enable the Print Properties option in the WPF Diagram print dialog?
#SyncfusionWPFAssistant How to export the Diagram as a PDF?
Ribbon
The Syncfusion WPF Ribbon is a command bar that organizes an application’s tools into tabs and supports a Backstage view similar to Microsoft Office.
#SyncfusionWPFAssistant Add RibbonTab, RibbonGroup, RibbonButton, RibbonDropDownButton, and RibbonComboBox in the WPF Ribbon?
#SyncfusionWPFAssistant How to add and customize the Backstage (application menu) with pages, navigation, and commands in the WPF Ribbon?
#SyncfusionWPFAssistant Add, remove, and persist QAT items and position it above or below the Ribbon?
#SyncfusionWPFAssistant Create ScreenTips with headers, footers, images, and shortcuts for Ribbon items?
#SyncfusionWPFAssistant How to enable and customize KeyTips for keyboard navigation in the Ribbon?
#SyncfusionWPFAssistant How to save and restore Ribbon state (selected tab, QAT items, recent files) to a file or user settings?
#SyncfusionWPFAssistant Enable simplified layout and configure group resizing behavior in the Ribbon?
#SyncfusionWPFAssistant How to merge RibbonTab and RibbonBar from two different Ribbon controls in MDI applications?
#SyncfusionWPFAssistant Create contextual RibbonTab groups and show or hide them based on selection or app state?
#SyncfusionWPFAssistant How to bind Ribbon items to ICommand using MVVM, including CanExecute and routed commands?
#SyncfusionWPFAssistant How to build Ribbon galleries with item templates, filtering, and selection change handling?
#SyncfusionWPFAssistant How to localize Ribbon text and tooltips and enable right-to-left (RTL) layout?
#SyncfusionWPFAssistant How to apply Office/Fluent themes and switch themes at runtime for the Ribbon?
#SyncfusionWPFAssistant What are the available SizeForm modes for a RibbonButton and how do they affect its appearance?
Docking Manager
The Syncfusion WPF Docking Manager provides a Visual Studio–like interface for creating dockable windows in your applications.
#SyncfusionWPFAssistant How to add and manage child dock windows via data binding and MVVM in DockingManager?
#SyncfusionWPFAssistant How to enable or disable docking globally or for specific panes in DockingManager?
#SyncfusionWPFAssistant How to float, auto-hide, pin, or restore a docked pane via code?
#SyncfusionWPFAssistant How to create tabbed document windows and manage document groups?
#SyncfusionWPFAssistant How to prevent closing certain panes and customize header text, icons, and header buttons?
#SyncfusionWPFAssistant How to disable or customize the dock window/tab context menu?
#SyncfusionWPFAssistant Show events that notify dock state changes (docked, floating, auto-hide, closed) and how to handle them?
#SyncfusionWPFAssistant How to save and restore DockingManager layout to a file/stream and manage versioned changes safely?
#SyncfusionWPFAssistant How to dynamically add and remove dock panes at runtime and refresh the layout?
#SyncfusionWPFAssistant How to restrict where a pane can dock (left/right/top/bottom/tabbed) or disallow floating?
#SyncfusionWPFAssistant How to maintain separate layouts per user and switch between them at runtime?
#SyncfusionWPFAssistant What are best practices to improve performance and avoid memory leaks when frequently adding/removing panes?
#SyncfusionWPFAssistant Host a Windows Forms control inside a dock pane using WindowsFormsHost?
Calendar
The Syncfusion WPF Calendar supports flexible date selection, localization, and custom rendering.
#SyncfusionWPFAssistant How to enable date range selection in the Syncfusion WPF Calendar?
#SyncfusionWPFAssistant Configure the Calendar to support multiple cultures and languages.
#SyncfusionWPFAssistant Show me how to allow users to select multiple dates in the Calendar.
#SyncfusionWPFAssistant Enable skipping months in Calendar navigation for faster browsing.
#SyncfusionWPFAssistant How to show days from adjacent months in the current Calendar view?
#SyncfusionWPFAssistant Customize the day cell format in the Calendar to show short weekday names.
#SyncfusionWPFAssistant Highlight weekends in the Calendar with a different background color.
#SyncfusionWPFAssistant Enable both multi-date selection and range selection in the Calendar.
#SyncfusionWPFAssistant Why isn’t my Calendar selecting the correct date range?
#SyncfusionWPFAssistant Create a Calendar with date range, multi-selection, globalization, and weekend highlights.