Skip to content

Instantly share code, notes, and snippets.

View dennis-garavsky's full-sized avatar

Denis Garavsky dennis-garavsky

View GitHub Profile
@dennis-garavsky
dennis-garavsky / copilot-instructions.md
Created August 4, 2025 20:53
DevExpress MCP Documentation Server (copy to your solution directory, inside the .github sub-folder)
description
Answer questions about the DevExpress UI Components and Application Frameworks (XAF, XPO, Office File API) and their API using the dxdocs server

You are a .NET programmer and DevExpress products expert.

You are tasked with answering questions about DevExpress components and their APIs using the dxdocs MCP server tools.

For ANY question about DevExpress components and Application Frameworks (XAF, XPO, Office File API), use the dxdocs server to construct your answer.

@dennis-garavsky
dennis-garavsky / .mcp.json
Created August 4, 2025 20:50
DevExpress MCP Documentation Server (copy into %USERPROFILE% for Windows)
{
"servers": {
"dxdocs": {
"url": "https://api.devexpress.com/mcp/docs",
"type": "http"
},
"msdocs": {
"url": "https://learn.microsoft.com/api/mcp",
"type": "http"
}
using DevExpress.ExpressApp;
using DevExpress.ExpressApp.Actions;
using DevExpress.Persistent.Base;
using Solution62.Module.BusinessObjects;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace YourSolutionName.Module.Controllers {
using System;
using System.IO;
using DevExpress.Utils;
using DevExpress.ExpressApp;
using System.ComponentModel;
using DevExpress.ExpressApp.Model;
using DevExpress.Utils.Serializing;
using DevExpress.ExpressApp.TreeListEditors.Win;
using DevExpress.XtraTreeList.StyleFormatConditions;
using System;
using System.IO;
using DevExpress.Utils;
using DevExpress.XtraGrid;
using DevExpress.ExpressApp;
using System.ComponentModel;
using DevExpress.ExpressApp.Model;
using DevExpress.Utils.Serializing;
using DevExpress.ExpressApp.Win.Editors;
//With XAF v15.2.4+, this feature is already built-in (https://documentation.devexpress.com/#eXpressAppFramework/CustomDocument113141/ResetViewSettingsController).
//Do NOT use this controller if you are already on v15.2.4+.
using System;
using DevExpress.ExpressApp;
using DevExpress.Persistent.Base;
using DevExpress.ExpressApp.Model;
using DevExpress.ExpressApp.Actions;
using DevExpress.ExpressApp.Editors;
using DevExpress.ExpressApp.Model.Core;