From 9550f882e57b58c5c597f11ffa90f2a5962b74e6 Mon Sep 17 00:00:00 2001 From: DevExpressExampleBot Date: Wed, 18 Sep 2024 10:07:25 +0400 Subject: [PATCH 01/37] Source auto update [skip ci] --- .../Web.config | 76 +++++++++---------- .../Web.config | 76 +++++++++---------- 2 files changed, 76 insertions(+), 76 deletions(-) diff --git a/CS/CustomParameterEditorAspNetMvcExample/Web.config b/CS/CustomParameterEditorAspNetMvcExample/Web.config index e8ad7f0..ca8e49a 100644 --- a/CS/CustomParameterEditorAspNetMvcExample/Web.config +++ b/CS/CustomParameterEditorAspNetMvcExample/Web.config @@ -6,11 +6,11 @@ -
-
-
-
-
+
+
+
+
+
@@ -32,27 +32,27 @@ - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + @@ -76,14 +76,14 @@ - - - - - + + + + + - + @@ -91,14 +91,14 @@ - + - - - - - + + + + + diff --git a/VB/CustomParameterEditorAspNetMvcExample/Web.config b/VB/CustomParameterEditorAspNetMvcExample/Web.config index 318040a..e84eeb9 100644 --- a/VB/CustomParameterEditorAspNetMvcExample/Web.config +++ b/VB/CustomParameterEditorAspNetMvcExample/Web.config @@ -6,11 +6,11 @@ -
-
-
-
-
+
+
+
+
+
@@ -32,27 +32,27 @@ - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + @@ -76,14 +76,14 @@ - - - - - + + + + + - + @@ -91,14 +91,14 @@ - + - - - - - + + + + + From 82669c7f8fb84a824b5d58dbb6799aecc2af6b33 Mon Sep 17 00:00:00 2001 From: DevExpressExampleBot Date: Wed, 18 Sep 2024 10:07:27 +0400 Subject: [PATCH 02/37] README auto update [skip ci] --- Readme.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Readme.md b/Readme.md index 08c7f01..e8b13ac 100644 --- a/Readme.md +++ b/Readme.md @@ -40,9 +40,9 @@ VB: -## Does this example address your development requirements/objectives? - -[](https://www.devexpress.com/support/examples/survey.xml?utm_source=github&utm_campaign=reporting-mvc-custom-parameter-editor&~~~was_helpful=yes) [](https://www.devexpress.com/support/examples/survey.xml?utm_source=github&utm_campaign=reporting-mvc-custom-parameter-editor&~~~was_helpful=no) - +## Does this example address your development requirements/objectives? + +[](https://www.devexpress.com/support/examples/survey.xml?utm_source=github&utm_campaign=reporting-mvc-custom-parameter-editor&~~~was_helpful=yes) [](https://www.devexpress.com/support/examples/survey.xml?utm_source=github&utm_campaign=reporting-mvc-custom-parameter-editor&~~~was_helpful=no) + (you will be redirected to DevExpress.com to submit your response) From 08fe73c7faa4c708f564460f19321d102559e383 Mon Sep 17 00:00:00 2001 From: DevExpressExampleBot Date: Wed, 18 Sep 2024 10:12:15 +0400 Subject: [PATCH 03/37] README auto update [skip ci] --- Readme.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Readme.md b/Readme.md index e8b13ac..08c7f01 100644 --- a/Readme.md +++ b/Readme.md @@ -40,9 +40,9 @@ VB: -## Does this example address your development requirements/objectives? - -[](https://www.devexpress.com/support/examples/survey.xml?utm_source=github&utm_campaign=reporting-mvc-custom-parameter-editor&~~~was_helpful=yes) [](https://www.devexpress.com/support/examples/survey.xml?utm_source=github&utm_campaign=reporting-mvc-custom-parameter-editor&~~~was_helpful=no) - +## Does this example address your development requirements/objectives? + +[](https://www.devexpress.com/support/examples/survey.xml?utm_source=github&utm_campaign=reporting-mvc-custom-parameter-editor&~~~was_helpful=yes) [](https://www.devexpress.com/support/examples/survey.xml?utm_source=github&utm_campaign=reporting-mvc-custom-parameter-editor&~~~was_helpful=no) + (you will be redirected to DevExpress.com to submit your response) From 2ff6a95bfa5964a578112175c011a0f5ebf4b0d3 Mon Sep 17 00:00:00 2001 From: DevExpressExampleBot Date: Thu, 10 Oct 2024 12:57:29 +0300 Subject: [PATCH 04/37] Created a new file vale.yml [skip ci] --- .github/workflows/vale.yml | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 .github/workflows/vale.yml diff --git a/.github/workflows/vale.yml b/.github/workflows/vale.yml new file mode 100644 index 0000000..adadc73 --- /dev/null +++ b/.github/workflows/vale.yml @@ -0,0 +1,26 @@ +name: vale-validation +on: + pull_request: + paths: + - README.md + +jobs: + vale: + name: runner / vale + runs-on: ubuntu-latest + steps: + - name: clone repo + uses: actions/checkout@v4 + - name: clone vale-styles repo + uses: actions/checkout@v4 + with: + repository: DevExpress/vale-styles + path: vale-styles + ssh-key: ${{ secrets.VALE_STYLES_ACCESS_KEY }} + - name: copy vale rules to the root repo + run: shopt -s dotglob && cp -r ./vale-styles/vale/* . + - name: vale linter check + uses: DevExpress/vale-action@reviewdog + with: + files: README.md + fail_on_error: true From 56f11335720a43fcdbb1f978ef5038db08071023 Mon Sep 17 00:00:00 2001 From: DevExpressExampleBot Date: Tue, 15 Oct 2024 19:21:12 +0400 Subject: [PATCH 05/37] Vale auto update [skip ci] --- .github/workflows/vale.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/vale.yml b/.github/workflows/vale.yml index adadc73..068c35b 100644 --- a/.github/workflows/vale.yml +++ b/.github/workflows/vale.yml @@ -24,3 +24,5 @@ jobs: with: files: README.md fail_on_error: true + filter_mode: nofilter + reporter: github-check From ffc3729a9642993df9c7a0172386a2209d419795 Mon Sep 17 00:00:00 2001 From: DevExpressExampleBot Date: Wed, 30 Oct 2024 12:24:09 +0400 Subject: [PATCH 06/37] Source auto update [skip ci] --- .../Web.config | 76 +++++++++---------- .../Web.config | 76 +++++++++---------- 2 files changed, 76 insertions(+), 76 deletions(-) diff --git a/CS/CustomParameterEditorAspNetMvcExample/Web.config b/CS/CustomParameterEditorAspNetMvcExample/Web.config index ca8e49a..0c7c518 100644 --- a/CS/CustomParameterEditorAspNetMvcExample/Web.config +++ b/CS/CustomParameterEditorAspNetMvcExample/Web.config @@ -6,11 +6,11 @@ -
-
-
-
-
+
+
+
+
+
@@ -32,27 +32,27 @@ - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + @@ -76,14 +76,14 @@ - - - - - + + + + + - + @@ -91,14 +91,14 @@ - + - - - - - + + + + + diff --git a/VB/CustomParameterEditorAspNetMvcExample/Web.config b/VB/CustomParameterEditorAspNetMvcExample/Web.config index e84eeb9..b1b2720 100644 --- a/VB/CustomParameterEditorAspNetMvcExample/Web.config +++ b/VB/CustomParameterEditorAspNetMvcExample/Web.config @@ -6,11 +6,11 @@ -
-
-
-
-
+
+
+
+
+
@@ -32,27 +32,27 @@ - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + @@ -76,14 +76,14 @@ - - - - - + + + + + - + @@ -91,14 +91,14 @@ - + - - - - - + + + + + From 7f8a814314a849b71a6f11ad93df3a626584e7a0 Mon Sep 17 00:00:00 2001 From: DevExpressExampleBot Date: Wed, 30 Oct 2024 12:24:10 +0400 Subject: [PATCH 07/37] README auto update [skip ci] --- Readme.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Readme.md b/Readme.md index 08c7f01..e8b13ac 100644 --- a/Readme.md +++ b/Readme.md @@ -40,9 +40,9 @@ VB: -## Does this example address your development requirements/objectives? - -[](https://www.devexpress.com/support/examples/survey.xml?utm_source=github&utm_campaign=reporting-mvc-custom-parameter-editor&~~~was_helpful=yes) [](https://www.devexpress.com/support/examples/survey.xml?utm_source=github&utm_campaign=reporting-mvc-custom-parameter-editor&~~~was_helpful=no) - +## Does this example address your development requirements/objectives? + +[](https://www.devexpress.com/support/examples/survey.xml?utm_source=github&utm_campaign=reporting-mvc-custom-parameter-editor&~~~was_helpful=yes) [](https://www.devexpress.com/support/examples/survey.xml?utm_source=github&utm_campaign=reporting-mvc-custom-parameter-editor&~~~was_helpful=no) + (you will be redirected to DevExpress.com to submit your response) From 402ee97f52be099987cc95fbe4690eecc6e7859d Mon Sep 17 00:00:00 2001 From: DevExpressExampleBot Date: Wed, 30 Oct 2024 12:24:31 +0400 Subject: [PATCH 08/37] README auto update [skip ci] --- Readme.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Readme.md b/Readme.md index e8b13ac..08c7f01 100644 --- a/Readme.md +++ b/Readme.md @@ -40,9 +40,9 @@ VB: -## Does this example address your development requirements/objectives? - -[](https://www.devexpress.com/support/examples/survey.xml?utm_source=github&utm_campaign=reporting-mvc-custom-parameter-editor&~~~was_helpful=yes) [](https://www.devexpress.com/support/examples/survey.xml?utm_source=github&utm_campaign=reporting-mvc-custom-parameter-editor&~~~was_helpful=no) - +## Does this example address your development requirements/objectives? + +[](https://www.devexpress.com/support/examples/survey.xml?utm_source=github&utm_campaign=reporting-mvc-custom-parameter-editor&~~~was_helpful=yes) [](https://www.devexpress.com/support/examples/survey.xml?utm_source=github&utm_campaign=reporting-mvc-custom-parameter-editor&~~~was_helpful=no) + (you will be redirected to DevExpress.com to submit your response) From 73daf0c01d482c37295add572334dc69dff47c07 Mon Sep 17 00:00:00 2001 From: DevExpressExampleBot Date: Wed, 30 Oct 2024 12:28:39 +0400 Subject: [PATCH 09/37] README auto update [skip ci] --- Readme.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Readme.md b/Readme.md index 08c7f01..e8b13ac 100644 --- a/Readme.md +++ b/Readme.md @@ -40,9 +40,9 @@ VB: -## Does this example address your development requirements/objectives? - -[](https://www.devexpress.com/support/examples/survey.xml?utm_source=github&utm_campaign=reporting-mvc-custom-parameter-editor&~~~was_helpful=yes) [](https://www.devexpress.com/support/examples/survey.xml?utm_source=github&utm_campaign=reporting-mvc-custom-parameter-editor&~~~was_helpful=no) - +## Does this example address your development requirements/objectives? + +[](https://www.devexpress.com/support/examples/survey.xml?utm_source=github&utm_campaign=reporting-mvc-custom-parameter-editor&~~~was_helpful=yes) [](https://www.devexpress.com/support/examples/survey.xml?utm_source=github&utm_campaign=reporting-mvc-custom-parameter-editor&~~~was_helpful=no) + (you will be redirected to DevExpress.com to submit your response) From 61486151f5d47359a078207daf708f8c61dcf5b9 Mon Sep 17 00:00:00 2001 From: DevExpressExampleBot Date: Wed, 30 Oct 2024 12:28:53 +0400 Subject: [PATCH 10/37] README auto update [skip ci] --- Readme.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Readme.md b/Readme.md index e8b13ac..08c7f01 100644 --- a/Readme.md +++ b/Readme.md @@ -40,9 +40,9 @@ VB: -## Does this example address your development requirements/objectives? - -[](https://www.devexpress.com/support/examples/survey.xml?utm_source=github&utm_campaign=reporting-mvc-custom-parameter-editor&~~~was_helpful=yes) [](https://www.devexpress.com/support/examples/survey.xml?utm_source=github&utm_campaign=reporting-mvc-custom-parameter-editor&~~~was_helpful=no) - +## Does this example address your development requirements/objectives? + +[](https://www.devexpress.com/support/examples/survey.xml?utm_source=github&utm_campaign=reporting-mvc-custom-parameter-editor&~~~was_helpful=yes) [](https://www.devexpress.com/support/examples/survey.xml?utm_source=github&utm_campaign=reporting-mvc-custom-parameter-editor&~~~was_helpful=no) + (you will be redirected to DevExpress.com to submit your response) From b4fc82c635b63ebd8d06d2b5e83cc5c7b0e32b9f Mon Sep 17 00:00:00 2001 From: DevExpressExampleBot Date: Wed, 22 Jan 2025 10:44:34 +0400 Subject: [PATCH 11/37] Source auto update [skip ci] --- .../Web.config | 76 +++++++++---------- .../Web.config | 76 +++++++++---------- 2 files changed, 76 insertions(+), 76 deletions(-) diff --git a/CS/CustomParameterEditorAspNetMvcExample/Web.config b/CS/CustomParameterEditorAspNetMvcExample/Web.config index 0c7c518..bdbcb52 100644 --- a/CS/CustomParameterEditorAspNetMvcExample/Web.config +++ b/CS/CustomParameterEditorAspNetMvcExample/Web.config @@ -6,11 +6,11 @@ -
-
-
-
-
+
+
+
+
+
@@ -32,27 +32,27 @@ - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + @@ -76,14 +76,14 @@ - - - - - + + + + + - + @@ -91,14 +91,14 @@ - + - - - - - + + + + + diff --git a/VB/CustomParameterEditorAspNetMvcExample/Web.config b/VB/CustomParameterEditorAspNetMvcExample/Web.config index b1b2720..cab1175 100644 --- a/VB/CustomParameterEditorAspNetMvcExample/Web.config +++ b/VB/CustomParameterEditorAspNetMvcExample/Web.config @@ -6,11 +6,11 @@ -
-
-
-
-
+
+
+
+
+
@@ -32,27 +32,27 @@ - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + @@ -76,14 +76,14 @@ - - - - - + + + + + - + @@ -91,14 +91,14 @@ - + - - - - - + + + + + From da59e3b80f26fc121b4c19c77545add79ba4e117 Mon Sep 17 00:00:00 2001 From: DevExpressExampleBot Date: Wed, 22 Jan 2025 10:44:36 +0400 Subject: [PATCH 12/37] README auto update [skip ci] --- Readme.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Readme.md b/Readme.md index 08c7f01..e8b13ac 100644 --- a/Readme.md +++ b/Readme.md @@ -40,9 +40,9 @@ VB: -## Does this example address your development requirements/objectives? - -[](https://www.devexpress.com/support/examples/survey.xml?utm_source=github&utm_campaign=reporting-mvc-custom-parameter-editor&~~~was_helpful=yes) [](https://www.devexpress.com/support/examples/survey.xml?utm_source=github&utm_campaign=reporting-mvc-custom-parameter-editor&~~~was_helpful=no) - +## Does this example address your development requirements/objectives? + +[](https://www.devexpress.com/support/examples/survey.xml?utm_source=github&utm_campaign=reporting-mvc-custom-parameter-editor&~~~was_helpful=yes) [](https://www.devexpress.com/support/examples/survey.xml?utm_source=github&utm_campaign=reporting-mvc-custom-parameter-editor&~~~was_helpful=no) + (you will be redirected to DevExpress.com to submit your response) From 00f7e9b513f060956a14d81890abb2ec0cdc4f87 Mon Sep 17 00:00:00 2001 From: DevExpressExampleBot Date: Wed, 22 Jan 2025 10:48:51 +0400 Subject: [PATCH 13/37] README auto update [skip ci] --- Readme.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Readme.md b/Readme.md index e8b13ac..08c7f01 100644 --- a/Readme.md +++ b/Readme.md @@ -40,9 +40,9 @@ VB: -## Does this example address your development requirements/objectives? - -[](https://www.devexpress.com/support/examples/survey.xml?utm_source=github&utm_campaign=reporting-mvc-custom-parameter-editor&~~~was_helpful=yes) [](https://www.devexpress.com/support/examples/survey.xml?utm_source=github&utm_campaign=reporting-mvc-custom-parameter-editor&~~~was_helpful=no) - +## Does this example address your development requirements/objectives? + +[](https://www.devexpress.com/support/examples/survey.xml?utm_source=github&utm_campaign=reporting-mvc-custom-parameter-editor&~~~was_helpful=yes) [](https://www.devexpress.com/support/examples/survey.xml?utm_source=github&utm_campaign=reporting-mvc-custom-parameter-editor&~~~was_helpful=no) + (you will be redirected to DevExpress.com to submit your response) From 5b12fa491f59db8737c6ccb2804ff2ffcb27865b Mon Sep 17 00:00:00 2001 From: DevExpressExampleBot Date: Thu, 13 Feb 2025 12:29:38 +0400 Subject: [PATCH 14/37] Source auto update [skip ci] --- .../Web.config | 76 +++++++++---------- .../Web.config | 76 +++++++++---------- 2 files changed, 76 insertions(+), 76 deletions(-) diff --git a/CS/CustomParameterEditorAspNetMvcExample/Web.config b/CS/CustomParameterEditorAspNetMvcExample/Web.config index bdbcb52..4faa64e 100644 --- a/CS/CustomParameterEditorAspNetMvcExample/Web.config +++ b/CS/CustomParameterEditorAspNetMvcExample/Web.config @@ -6,11 +6,11 @@ -
-
-
-
-
+
+
+
+
+
@@ -32,27 +32,27 @@ - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + @@ -76,14 +76,14 @@ - - - - - + + + + + - + @@ -91,14 +91,14 @@ - + - - - - - + + + + + diff --git a/VB/CustomParameterEditorAspNetMvcExample/Web.config b/VB/CustomParameterEditorAspNetMvcExample/Web.config index cab1175..d4c311f 100644 --- a/VB/CustomParameterEditorAspNetMvcExample/Web.config +++ b/VB/CustomParameterEditorAspNetMvcExample/Web.config @@ -6,11 +6,11 @@ -
-
-
-
-
+
+
+
+
+
@@ -32,27 +32,27 @@ - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + @@ -76,14 +76,14 @@ - - - - - + + + + + - + @@ -91,14 +91,14 @@ - + - - - - - + + + + + From 217f975b62a9c3ff29c332e0039ec2234dbea88a Mon Sep 17 00:00:00 2001 From: DevExpressExampleBot Date: Thu, 13 Feb 2025 12:29:39 +0400 Subject: [PATCH 15/37] README auto update [skip ci] --- Readme.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Readme.md b/Readme.md index 08c7f01..e8b13ac 100644 --- a/Readme.md +++ b/Readme.md @@ -40,9 +40,9 @@ VB: -## Does this example address your development requirements/objectives? - -[](https://www.devexpress.com/support/examples/survey.xml?utm_source=github&utm_campaign=reporting-mvc-custom-parameter-editor&~~~was_helpful=yes) [](https://www.devexpress.com/support/examples/survey.xml?utm_source=github&utm_campaign=reporting-mvc-custom-parameter-editor&~~~was_helpful=no) - +## Does this example address your development requirements/objectives? + +[](https://www.devexpress.com/support/examples/survey.xml?utm_source=github&utm_campaign=reporting-mvc-custom-parameter-editor&~~~was_helpful=yes) [](https://www.devexpress.com/support/examples/survey.xml?utm_source=github&utm_campaign=reporting-mvc-custom-parameter-editor&~~~was_helpful=no) + (you will be redirected to DevExpress.com to submit your response) From b588364712ecb50bc58d3c8af4072734c8b5eae3 Mon Sep 17 00:00:00 2001 From: DevExpressExampleBot Date: Thu, 13 Feb 2025 12:35:26 +0400 Subject: [PATCH 16/37] README auto update [skip ci] --- Readme.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Readme.md b/Readme.md index e8b13ac..08c7f01 100644 --- a/Readme.md +++ b/Readme.md @@ -40,9 +40,9 @@ VB: -## Does this example address your development requirements/objectives? - -[](https://www.devexpress.com/support/examples/survey.xml?utm_source=github&utm_campaign=reporting-mvc-custom-parameter-editor&~~~was_helpful=yes) [](https://www.devexpress.com/support/examples/survey.xml?utm_source=github&utm_campaign=reporting-mvc-custom-parameter-editor&~~~was_helpful=no) - +## Does this example address your development requirements/objectives? + +[](https://www.devexpress.com/support/examples/survey.xml?utm_source=github&utm_campaign=reporting-mvc-custom-parameter-editor&~~~was_helpful=yes) [](https://www.devexpress.com/support/examples/survey.xml?utm_source=github&utm_campaign=reporting-mvc-custom-parameter-editor&~~~was_helpful=no) + (you will be redirected to DevExpress.com to submit your response) From 81a2965e97b054cd67c37d9d0b7f170e492d5329 Mon Sep 17 00:00:00 2001 From: DevExpressExampleBot Date: Fri, 14 Feb 2025 16:19:02 +0400 Subject: [PATCH 17/37] README auto update [skip ci] --- Readme.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Readme.md b/Readme.md index 08c7f01..e8b13ac 100644 --- a/Readme.md +++ b/Readme.md @@ -40,9 +40,9 @@ VB: -## Does this example address your development requirements/objectives? - -[](https://www.devexpress.com/support/examples/survey.xml?utm_source=github&utm_campaign=reporting-mvc-custom-parameter-editor&~~~was_helpful=yes) [](https://www.devexpress.com/support/examples/survey.xml?utm_source=github&utm_campaign=reporting-mvc-custom-parameter-editor&~~~was_helpful=no) - +## Does this example address your development requirements/objectives? + +[](https://www.devexpress.com/support/examples/survey.xml?utm_source=github&utm_campaign=reporting-mvc-custom-parameter-editor&~~~was_helpful=yes) [](https://www.devexpress.com/support/examples/survey.xml?utm_source=github&utm_campaign=reporting-mvc-custom-parameter-editor&~~~was_helpful=no) + (you will be redirected to DevExpress.com to submit your response) From 48e97474fa6c74568763ab3fa886166c37e2d41e Mon Sep 17 00:00:00 2001 From: DevExpressExampleBot Date: Fri, 14 Feb 2025 16:19:09 +0400 Subject: [PATCH 18/37] README auto update [skip ci] --- Readme.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Readme.md b/Readme.md index e8b13ac..08c7f01 100644 --- a/Readme.md +++ b/Readme.md @@ -40,9 +40,9 @@ VB: -## Does this example address your development requirements/objectives? - -[](https://www.devexpress.com/support/examples/survey.xml?utm_source=github&utm_campaign=reporting-mvc-custom-parameter-editor&~~~was_helpful=yes) [](https://www.devexpress.com/support/examples/survey.xml?utm_source=github&utm_campaign=reporting-mvc-custom-parameter-editor&~~~was_helpful=no) - +## Does this example address your development requirements/objectives? + +[](https://www.devexpress.com/support/examples/survey.xml?utm_source=github&utm_campaign=reporting-mvc-custom-parameter-editor&~~~was_helpful=yes) [](https://www.devexpress.com/support/examples/survey.xml?utm_source=github&utm_campaign=reporting-mvc-custom-parameter-editor&~~~was_helpful=no) + (you will be redirected to DevExpress.com to submit your response) From 5b0380c582d81b33053a094e4abcce9b3bb54bf7 Mon Sep 17 00:00:00 2001 From: DevExpressExampleBot Date: Tue, 4 Mar 2025 16:19:52 +0400 Subject: [PATCH 19/37] Vale auto update [skip ci] --- .github/workflows/vale.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/vale.yml b/.github/workflows/vale.yml index 068c35b..fc11f81 100644 --- a/.github/workflows/vale.yml +++ b/.github/workflows/vale.yml @@ -3,6 +3,8 @@ on: pull_request: paths: - README.md + - readme.md + - Readme.md jobs: vale: @@ -22,7 +24,7 @@ jobs: - name: vale linter check uses: DevExpress/vale-action@reviewdog with: - files: README.md + files: '["README.md", "readme.md", "Readme.md"]' fail_on_error: true filter_mode: nofilter reporter: github-check From 6e98af41113ad14c88d010bf2ae07f9b2398de04 Mon Sep 17 00:00:00 2001 From: DevExpressExampleBot Date: Thu, 20 Mar 2025 13:13:41 +0400 Subject: [PATCH 20/37] README auto update [skip ci] --- Readme.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Readme.md b/Readme.md index 08c7f01..e8b13ac 100644 --- a/Readme.md +++ b/Readme.md @@ -40,9 +40,9 @@ VB: -## Does this example address your development requirements/objectives? - -[](https://www.devexpress.com/support/examples/survey.xml?utm_source=github&utm_campaign=reporting-mvc-custom-parameter-editor&~~~was_helpful=yes) [](https://www.devexpress.com/support/examples/survey.xml?utm_source=github&utm_campaign=reporting-mvc-custom-parameter-editor&~~~was_helpful=no) - +## Does this example address your development requirements/objectives? + +[](https://www.devexpress.com/support/examples/survey.xml?utm_source=github&utm_campaign=reporting-mvc-custom-parameter-editor&~~~was_helpful=yes) [](https://www.devexpress.com/support/examples/survey.xml?utm_source=github&utm_campaign=reporting-mvc-custom-parameter-editor&~~~was_helpful=no) + (you will be redirected to DevExpress.com to submit your response) From a9d89adb921c0847ef5d8fa780b0a44042121fce Mon Sep 17 00:00:00 2001 From: DevExpressExampleBot Date: Thu, 20 Mar 2025 13:17:18 +0400 Subject: [PATCH 21/37] README auto update [skip ci] --- Readme.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Readme.md b/Readme.md index e8b13ac..08c7f01 100644 --- a/Readme.md +++ b/Readme.md @@ -40,9 +40,9 @@ VB: -## Does this example address your development requirements/objectives? - -[](https://www.devexpress.com/support/examples/survey.xml?utm_source=github&utm_campaign=reporting-mvc-custom-parameter-editor&~~~was_helpful=yes) [](https://www.devexpress.com/support/examples/survey.xml?utm_source=github&utm_campaign=reporting-mvc-custom-parameter-editor&~~~was_helpful=no) - +## Does this example address your development requirements/objectives? + +[](https://www.devexpress.com/support/examples/survey.xml?utm_source=github&utm_campaign=reporting-mvc-custom-parameter-editor&~~~was_helpful=yes) [](https://www.devexpress.com/support/examples/survey.xml?utm_source=github&utm_campaign=reporting-mvc-custom-parameter-editor&~~~was_helpful=no) + (you will be redirected to DevExpress.com to submit your response) From 7afa0af70bd8fb99a42ec032a3ecab0158c7d938 Mon Sep 17 00:00:00 2001 From: DevExpressExampleBot Date: Wed, 30 Apr 2025 10:36:42 +0400 Subject: [PATCH 22/37] Source auto update [skip ci] --- .../Web.config | 76 +++++++++---------- .../Web.config | 76 +++++++++---------- 2 files changed, 76 insertions(+), 76 deletions(-) diff --git a/CS/CustomParameterEditorAspNetMvcExample/Web.config b/CS/CustomParameterEditorAspNetMvcExample/Web.config index 4faa64e..ab5d2f8 100644 --- a/CS/CustomParameterEditorAspNetMvcExample/Web.config +++ b/CS/CustomParameterEditorAspNetMvcExample/Web.config @@ -6,11 +6,11 @@ -
-
-
-
-
+
+
+
+
+
@@ -32,27 +32,27 @@ - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + @@ -76,14 +76,14 @@ - - - - - + + + + + - + @@ -91,14 +91,14 @@ - + - - - - - + + + + + diff --git a/VB/CustomParameterEditorAspNetMvcExample/Web.config b/VB/CustomParameterEditorAspNetMvcExample/Web.config index d4c311f..b84d674 100644 --- a/VB/CustomParameterEditorAspNetMvcExample/Web.config +++ b/VB/CustomParameterEditorAspNetMvcExample/Web.config @@ -6,11 +6,11 @@ -
-
-
-
-
+
+
+
+
+
@@ -32,27 +32,27 @@ - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + @@ -76,14 +76,14 @@ - - - - - + + + + + - + @@ -91,14 +91,14 @@ - + - - - - - + + + + + From 855466d91459b7af9cd9c98fcad5ebe895a8e7de Mon Sep 17 00:00:00 2001 From: DevExpressExampleBot Date: Wed, 30 Apr 2025 10:36:43 +0400 Subject: [PATCH 23/37] README auto update [skip ci] --- Readme.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Readme.md b/Readme.md index 08c7f01..e8b13ac 100644 --- a/Readme.md +++ b/Readme.md @@ -40,9 +40,9 @@ VB: -## Does this example address your development requirements/objectives? - -[](https://www.devexpress.com/support/examples/survey.xml?utm_source=github&utm_campaign=reporting-mvc-custom-parameter-editor&~~~was_helpful=yes) [](https://www.devexpress.com/support/examples/survey.xml?utm_source=github&utm_campaign=reporting-mvc-custom-parameter-editor&~~~was_helpful=no) - +## Does this example address your development requirements/objectives? + +[](https://www.devexpress.com/support/examples/survey.xml?utm_source=github&utm_campaign=reporting-mvc-custom-parameter-editor&~~~was_helpful=yes) [](https://www.devexpress.com/support/examples/survey.xml?utm_source=github&utm_campaign=reporting-mvc-custom-parameter-editor&~~~was_helpful=no) + (you will be redirected to DevExpress.com to submit your response) From 51800fc0df46cfdb99b78524e59f337d9b3251cc Mon Sep 17 00:00:00 2001 From: DevExpressExampleBot Date: Wed, 30 Apr 2025 10:42:42 +0400 Subject: [PATCH 24/37] README auto update [skip ci] --- Readme.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Readme.md b/Readme.md index e8b13ac..08c7f01 100644 --- a/Readme.md +++ b/Readme.md @@ -40,9 +40,9 @@ VB: -## Does this example address your development requirements/objectives? - -[](https://www.devexpress.com/support/examples/survey.xml?utm_source=github&utm_campaign=reporting-mvc-custom-parameter-editor&~~~was_helpful=yes) [](https://www.devexpress.com/support/examples/survey.xml?utm_source=github&utm_campaign=reporting-mvc-custom-parameter-editor&~~~was_helpful=no) - +## Does this example address your development requirements/objectives? + +[](https://www.devexpress.com/support/examples/survey.xml?utm_source=github&utm_campaign=reporting-mvc-custom-parameter-editor&~~~was_helpful=yes) [](https://www.devexpress.com/support/examples/survey.xml?utm_source=github&utm_campaign=reporting-mvc-custom-parameter-editor&~~~was_helpful=no) + (you will be redirected to DevExpress.com to submit your response) From 5afe7ee20a37b976835d6ea8740f3040615a3cd4 Mon Sep 17 00:00:00 2001 From: DevExpressExampleBot Date: Thu, 1 May 2025 12:57:25 +0400 Subject: [PATCH 25/37] README auto update [skip ci] --- Readme.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Readme.md b/Readme.md index 08c7f01..e8b13ac 100644 --- a/Readme.md +++ b/Readme.md @@ -40,9 +40,9 @@ VB: -## Does this example address your development requirements/objectives? - -[](https://www.devexpress.com/support/examples/survey.xml?utm_source=github&utm_campaign=reporting-mvc-custom-parameter-editor&~~~was_helpful=yes) [](https://www.devexpress.com/support/examples/survey.xml?utm_source=github&utm_campaign=reporting-mvc-custom-parameter-editor&~~~was_helpful=no) - +## Does this example address your development requirements/objectives? + +[](https://www.devexpress.com/support/examples/survey.xml?utm_source=github&utm_campaign=reporting-mvc-custom-parameter-editor&~~~was_helpful=yes) [](https://www.devexpress.com/support/examples/survey.xml?utm_source=github&utm_campaign=reporting-mvc-custom-parameter-editor&~~~was_helpful=no) + (you will be redirected to DevExpress.com to submit your response) From f83fd6936a69cf5865527fc8cf4997ce89c9fe38 Mon Sep 17 00:00:00 2001 From: DevExpressExampleBot Date: Thu, 1 May 2025 12:58:05 +0400 Subject: [PATCH 26/37] README auto update [skip ci] --- Readme.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Readme.md b/Readme.md index e8b13ac..08c7f01 100644 --- a/Readme.md +++ b/Readme.md @@ -40,9 +40,9 @@ VB: -## Does this example address your development requirements/objectives? - -[](https://www.devexpress.com/support/examples/survey.xml?utm_source=github&utm_campaign=reporting-mvc-custom-parameter-editor&~~~was_helpful=yes) [](https://www.devexpress.com/support/examples/survey.xml?utm_source=github&utm_campaign=reporting-mvc-custom-parameter-editor&~~~was_helpful=no) - +## Does this example address your development requirements/objectives? + +[](https://www.devexpress.com/support/examples/survey.xml?utm_source=github&utm_campaign=reporting-mvc-custom-parameter-editor&~~~was_helpful=yes) [](https://www.devexpress.com/support/examples/survey.xml?utm_source=github&utm_campaign=reporting-mvc-custom-parameter-editor&~~~was_helpful=no) + (you will be redirected to DevExpress.com to submit your response) From 8c23f45f1e53b60bb1964b2879db0027e86acfc8 Mon Sep 17 00:00:00 2001 From: DevExpressExampleBot Date: Wed, 18 Jun 2025 10:31:15 +0400 Subject: [PATCH 27/37] README auto update [skip ci] --- Readme.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Readme.md b/Readme.md index 08c7f01..e8b13ac 100644 --- a/Readme.md +++ b/Readme.md @@ -40,9 +40,9 @@ VB: -## Does this example address your development requirements/objectives? - -[](https://www.devexpress.com/support/examples/survey.xml?utm_source=github&utm_campaign=reporting-mvc-custom-parameter-editor&~~~was_helpful=yes) [](https://www.devexpress.com/support/examples/survey.xml?utm_source=github&utm_campaign=reporting-mvc-custom-parameter-editor&~~~was_helpful=no) - +## Does this example address your development requirements/objectives? + +[](https://www.devexpress.com/support/examples/survey.xml?utm_source=github&utm_campaign=reporting-mvc-custom-parameter-editor&~~~was_helpful=yes) [](https://www.devexpress.com/support/examples/survey.xml?utm_source=github&utm_campaign=reporting-mvc-custom-parameter-editor&~~~was_helpful=no) + (you will be redirected to DevExpress.com to submit your response) From 1731288a0dfd92b2a2424c37d17b1131f50d25fd Mon Sep 17 00:00:00 2001 From: DevExpressExampleBot Date: Wed, 18 Jun 2025 10:36:10 +0400 Subject: [PATCH 28/37] README auto update [skip ci] --- Readme.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Readme.md b/Readme.md index e8b13ac..08c7f01 100644 --- a/Readme.md +++ b/Readme.md @@ -40,9 +40,9 @@ VB: -## Does this example address your development requirements/objectives? - -[](https://www.devexpress.com/support/examples/survey.xml?utm_source=github&utm_campaign=reporting-mvc-custom-parameter-editor&~~~was_helpful=yes) [](https://www.devexpress.com/support/examples/survey.xml?utm_source=github&utm_campaign=reporting-mvc-custom-parameter-editor&~~~was_helpful=no) - +## Does this example address your development requirements/objectives? + +[](https://www.devexpress.com/support/examples/survey.xml?utm_source=github&utm_campaign=reporting-mvc-custom-parameter-editor&~~~was_helpful=yes) [](https://www.devexpress.com/support/examples/survey.xml?utm_source=github&utm_campaign=reporting-mvc-custom-parameter-editor&~~~was_helpful=no) + (you will be redirected to DevExpress.com to submit your response) From 4f24e3ff9be57a89266682d1243b190066732298 Mon Sep 17 00:00:00 2001 From: DevExpressExampleBot Date: Wed, 3 Sep 2025 07:14:49 +0400 Subject: [PATCH 29/37] Source auto update [skip ci] --- .../Web.config | 76 +++++++++---------- .../Web.config | 76 +++++++++---------- 2 files changed, 76 insertions(+), 76 deletions(-) diff --git a/CS/CustomParameterEditorAspNetMvcExample/Web.config b/CS/CustomParameterEditorAspNetMvcExample/Web.config index ab5d2f8..df614ce 100644 --- a/CS/CustomParameterEditorAspNetMvcExample/Web.config +++ b/CS/CustomParameterEditorAspNetMvcExample/Web.config @@ -6,11 +6,11 @@ -
-
-
-
-
+
+
+
+
+
@@ -32,27 +32,27 @@ - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + @@ -76,14 +76,14 @@ - - - - - + + + + + - + @@ -91,14 +91,14 @@ - + - - - - - + + + + + diff --git a/VB/CustomParameterEditorAspNetMvcExample/Web.config b/VB/CustomParameterEditorAspNetMvcExample/Web.config index b84d674..78c8248 100644 --- a/VB/CustomParameterEditorAspNetMvcExample/Web.config +++ b/VB/CustomParameterEditorAspNetMvcExample/Web.config @@ -6,11 +6,11 @@ -
-
-
-
-
+
+
+
+
+
@@ -32,27 +32,27 @@ - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + @@ -76,14 +76,14 @@ - - - - - + + + + + - + @@ -91,14 +91,14 @@ - + - - - - - + + + + + From ceea7091c0d34cfd6c7bd715d65da01ab4f84b09 Mon Sep 17 00:00:00 2001 From: DevExpressExampleBot Date: Wed, 3 Sep 2025 07:14:50 +0400 Subject: [PATCH 30/37] README auto update [skip ci] --- Readme.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Readme.md b/Readme.md index 08c7f01..e8b13ac 100644 --- a/Readme.md +++ b/Readme.md @@ -40,9 +40,9 @@ VB: -## Does this example address your development requirements/objectives? - -[](https://www.devexpress.com/support/examples/survey.xml?utm_source=github&utm_campaign=reporting-mvc-custom-parameter-editor&~~~was_helpful=yes) [](https://www.devexpress.com/support/examples/survey.xml?utm_source=github&utm_campaign=reporting-mvc-custom-parameter-editor&~~~was_helpful=no) - +## Does this example address your development requirements/objectives? + +[](https://www.devexpress.com/support/examples/survey.xml?utm_source=github&utm_campaign=reporting-mvc-custom-parameter-editor&~~~was_helpful=yes) [](https://www.devexpress.com/support/examples/survey.xml?utm_source=github&utm_campaign=reporting-mvc-custom-parameter-editor&~~~was_helpful=no) + (you will be redirected to DevExpress.com to submit your response) From 2437f9080e0ecddbd1014ea0668401cebe7679c8 Mon Sep 17 00:00:00 2001 From: DevExpressExampleBot Date: Wed, 3 Sep 2025 07:18:03 +0400 Subject: [PATCH 31/37] README auto update [skip ci] --- Readme.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Readme.md b/Readme.md index e8b13ac..08c7f01 100644 --- a/Readme.md +++ b/Readme.md @@ -40,9 +40,9 @@ VB: -## Does this example address your development requirements/objectives? - -[](https://www.devexpress.com/support/examples/survey.xml?utm_source=github&utm_campaign=reporting-mvc-custom-parameter-editor&~~~was_helpful=yes) [](https://www.devexpress.com/support/examples/survey.xml?utm_source=github&utm_campaign=reporting-mvc-custom-parameter-editor&~~~was_helpful=no) - +## Does this example address your development requirements/objectives? + +[](https://www.devexpress.com/support/examples/survey.xml?utm_source=github&utm_campaign=reporting-mvc-custom-parameter-editor&~~~was_helpful=yes) [](https://www.devexpress.com/support/examples/survey.xml?utm_source=github&utm_campaign=reporting-mvc-custom-parameter-editor&~~~was_helpful=no) + (you will be redirected to DevExpress.com to submit your response) From f9fa5340236839f610409b57bb7ef06c8f338c65 Mon Sep 17 00:00:00 2001 From: DevExpressExampleBot Date: Wed, 10 Sep 2025 13:04:06 +0400 Subject: [PATCH 32/37] README auto update [skip ci] --- Readme.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Readme.md b/Readme.md index 08c7f01..e8b13ac 100644 --- a/Readme.md +++ b/Readme.md @@ -40,9 +40,9 @@ VB: -## Does this example address your development requirements/objectives? - -[](https://www.devexpress.com/support/examples/survey.xml?utm_source=github&utm_campaign=reporting-mvc-custom-parameter-editor&~~~was_helpful=yes) [](https://www.devexpress.com/support/examples/survey.xml?utm_source=github&utm_campaign=reporting-mvc-custom-parameter-editor&~~~was_helpful=no) - +## Does this example address your development requirements/objectives? + +[](https://www.devexpress.com/support/examples/survey.xml?utm_source=github&utm_campaign=reporting-mvc-custom-parameter-editor&~~~was_helpful=yes) [](https://www.devexpress.com/support/examples/survey.xml?utm_source=github&utm_campaign=reporting-mvc-custom-parameter-editor&~~~was_helpful=no) + (you will be redirected to DevExpress.com to submit your response) From 084a82a889db0c528cd4a2bbe3cca5e0c0bba527 Mon Sep 17 00:00:00 2001 From: DevExpressExampleBot Date: Wed, 10 Sep 2025 13:13:37 +0400 Subject: [PATCH 33/37] README auto update [skip ci] --- Readme.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Readme.md b/Readme.md index e8b13ac..08c7f01 100644 --- a/Readme.md +++ b/Readme.md @@ -40,9 +40,9 @@ VB: -## Does this example address your development requirements/objectives? - -[](https://www.devexpress.com/support/examples/survey.xml?utm_source=github&utm_campaign=reporting-mvc-custom-parameter-editor&~~~was_helpful=yes) [](https://www.devexpress.com/support/examples/survey.xml?utm_source=github&utm_campaign=reporting-mvc-custom-parameter-editor&~~~was_helpful=no) - +## Does this example address your development requirements/objectives? + +[](https://www.devexpress.com/support/examples/survey.xml?utm_source=github&utm_campaign=reporting-mvc-custom-parameter-editor&~~~was_helpful=yes) [](https://www.devexpress.com/support/examples/survey.xml?utm_source=github&utm_campaign=reporting-mvc-custom-parameter-editor&~~~was_helpful=no) + (you will be redirected to DevExpress.com to submit your response) From f348492867a167d3219ad1795d29d047cd40aa86 Mon Sep 17 00:00:00 2001 From: DevExpressExampleBot Date: Thu, 11 Sep 2025 18:07:41 +0400 Subject: [PATCH 34/37] README auto update [skip ci] --- Readme.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Readme.md b/Readme.md index 08c7f01..e8b13ac 100644 --- a/Readme.md +++ b/Readme.md @@ -40,9 +40,9 @@ VB: -## Does this example address your development requirements/objectives? - -[](https://www.devexpress.com/support/examples/survey.xml?utm_source=github&utm_campaign=reporting-mvc-custom-parameter-editor&~~~was_helpful=yes) [](https://www.devexpress.com/support/examples/survey.xml?utm_source=github&utm_campaign=reporting-mvc-custom-parameter-editor&~~~was_helpful=no) - +## Does this example address your development requirements/objectives? + +[](https://www.devexpress.com/support/examples/survey.xml?utm_source=github&utm_campaign=reporting-mvc-custom-parameter-editor&~~~was_helpful=yes) [](https://www.devexpress.com/support/examples/survey.xml?utm_source=github&utm_campaign=reporting-mvc-custom-parameter-editor&~~~was_helpful=no) + (you will be redirected to DevExpress.com to submit your response) From f64abe9d57fdb38ff9343764c2413fa2e7a0237c Mon Sep 17 00:00:00 2001 From: DevExpressExampleBot Date: Thu, 11 Sep 2025 19:08:35 +0400 Subject: [PATCH 35/37] README auto update [skip ci] --- Readme.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Readme.md b/Readme.md index e8b13ac..08c7f01 100644 --- a/Readme.md +++ b/Readme.md @@ -40,9 +40,9 @@ VB: -## Does this example address your development requirements/objectives? - -[](https://www.devexpress.com/support/examples/survey.xml?utm_source=github&utm_campaign=reporting-mvc-custom-parameter-editor&~~~was_helpful=yes) [](https://www.devexpress.com/support/examples/survey.xml?utm_source=github&utm_campaign=reporting-mvc-custom-parameter-editor&~~~was_helpful=no) - +## Does this example address your development requirements/objectives? + +[](https://www.devexpress.com/support/examples/survey.xml?utm_source=github&utm_campaign=reporting-mvc-custom-parameter-editor&~~~was_helpful=yes) [](https://www.devexpress.com/support/examples/survey.xml?utm_source=github&utm_campaign=reporting-mvc-custom-parameter-editor&~~~was_helpful=no) + (you will be redirected to DevExpress.com to submit your response) From 65104625cbcf95bfb1928b75dcdff10201b06a6a Mon Sep 17 00:00:00 2001 From: DevExpressExampleBot Date: Sat, 13 Sep 2025 00:50:21 +0400 Subject: [PATCH 36/37] README auto update [skip ci] --- Readme.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Readme.md b/Readme.md index 08c7f01..e8b13ac 100644 --- a/Readme.md +++ b/Readme.md @@ -40,9 +40,9 @@ VB: -## Does this example address your development requirements/objectives? - -[](https://www.devexpress.com/support/examples/survey.xml?utm_source=github&utm_campaign=reporting-mvc-custom-parameter-editor&~~~was_helpful=yes) [](https://www.devexpress.com/support/examples/survey.xml?utm_source=github&utm_campaign=reporting-mvc-custom-parameter-editor&~~~was_helpful=no) - +## Does this example address your development requirements/objectives? + +[](https://www.devexpress.com/support/examples/survey.xml?utm_source=github&utm_campaign=reporting-mvc-custom-parameter-editor&~~~was_helpful=yes) [](https://www.devexpress.com/support/examples/survey.xml?utm_source=github&utm_campaign=reporting-mvc-custom-parameter-editor&~~~was_helpful=no) + (you will be redirected to DevExpress.com to submit your response) From e14da1e85e3b2aeb1a5f5444c5a14d74622548fc Mon Sep 17 00:00:00 2001 From: DevExpressExampleBot Date: Sat, 13 Sep 2025 01:13:15 +0400 Subject: [PATCH 37/37] README auto update [skip ci] --- Readme.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Readme.md b/Readme.md index e8b13ac..08c7f01 100644 --- a/Readme.md +++ b/Readme.md @@ -40,9 +40,9 @@ VB: -## Does this example address your development requirements/objectives? - -[](https://www.devexpress.com/support/examples/survey.xml?utm_source=github&utm_campaign=reporting-mvc-custom-parameter-editor&~~~was_helpful=yes) [](https://www.devexpress.com/support/examples/survey.xml?utm_source=github&utm_campaign=reporting-mvc-custom-parameter-editor&~~~was_helpful=no) - +## Does this example address your development requirements/objectives? + +[](https://www.devexpress.com/support/examples/survey.xml?utm_source=github&utm_campaign=reporting-mvc-custom-parameter-editor&~~~was_helpful=yes) [](https://www.devexpress.com/support/examples/survey.xml?utm_source=github&utm_campaign=reporting-mvc-custom-parameter-editor&~~~was_helpful=no) + (you will be redirected to DevExpress.com to submit your response)