From d4202d298321c209878d2b5d17ff0c110b28bd69 Mon Sep 17 00:00:00 2001 From: DevExpressExampleBot Date: Fri, 3 Oct 2025 10:19:37 +0400 Subject: [PATCH 1/2] README auto update [skip ci] --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 5f61fb4..adae852 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,4 @@ -![](https://img.shields.io/endpoint?url=https://codecentral.devexpress.com/api/v1/VersionRange/1039865023/25.1.4%2B) [![](https://img.shields.io/badge/Open_in_DevExpress_Support_Center-FF7200?style=flat-square&logo=DevExpress&logoColor=white)](https://supportcenter.devexpress.com/ticket/details/T1304334) [![](https://img.shields.io/badge/📖_How_to_use_DevExpress_Examples-e9f6fc?style=flat-square)](https://docs.devexpress.com/GeneralInformation/403183) [![](https://img.shields.io/badge/💬_Leave_Feedback-feecdd?style=flat-square)](#does-this-example-address-your-development-requirementsobjectives) From bb9ef69eb1ad83bd318d982e878e35f1e04e0ef2 Mon Sep 17 00:00:00 2001 From: Margarita Loseva Date: Fri, 3 Oct 2025 10:39:02 +0400 Subject: [PATCH 2/2] disable vb code generation --- config.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config.json b/config.json index d660d4a..a8b9b76 100644 --- a/config.json +++ b/config.json @@ -1,4 +1,4 @@ { - "autoGenerateVb": true, + "autoGenerateVb": false, "runOnWeb": false -} \ No newline at end of file +}