DevExpress.AIIntegration.Blazor.Editors
26.1.4
Prefix Reserved
dotnet add package DevExpress.AIIntegration.Blazor.Editors --version 26.1.4
NuGet\Install-Package DevExpress.AIIntegration.Blazor.Editors -Version 26.1.4
<PackageReference Include="DevExpress.AIIntegration.Blazor.Editors" Version="26.1.4" />
<PackageVersion Include="DevExpress.AIIntegration.Blazor.Editors" Version="26.1.4" />
<PackageReference Include="DevExpress.AIIntegration.Blazor.Editors" />
paket add DevExpress.AIIntegration.Blazor.Editors --version 26.1.4
#r "nuget: DevExpress.AIIntegration.Blazor.Editors, 26.1.4"
#:package DevExpress.AIIntegration.Blazor.Editors@26.1.4
#addin nuget:?package=DevExpress.AIIntegration.Blazor.Editors&version=26.1.4
#tool nuget:?package=DevExpress.AIIntegration.Blazor.Editors&version=26.1.4
DevExpress Blazor AI Integration: Editors
DevExpress.AIIntegration.Blazor.Editors contains AI-powered Extension resources for DevExpress Blazor Editors.
Examples
The Smart Autocomplete feature requires the following NuGet packages:
- DevExpress.AIIntegration.Blazor.Editors
- DevExpress.Blazor
Install required packages:
dotnet add package DevExpress.Blazor
dotnet add package DevExpress.AIIntegration.Blazor.Editors
Add a Smart Autocomplete Extension to a Memo
<label for="memoSmartAutoComplete" class="smart-autocomplete-editor smart-autocomplete-label">
To see autocomplete suggestions, move the caret to the end and start typing.
</label>
<DxMemo @bind-Text=@TextValue
Rows="5"
CssClass="smart-autocomplete-editor"
InputId="memoSmartAutoComplete">
<Extensions>
<MemoSmartAutoComplete InputDelay="1000" SuggestionReceived="@OnSuggestionReceived" />
</Extensions>
</DxMemo>
<div class="demo-text smart-autocomplete-editor smart-autocomplete-status">
<p class="smart-autocomplete-status-item">Request count: <b>@_requestCount</b></p>
<p>Current suggestion: <b>@GetSuggestionText()</b></p>
</div>
@code {
string _lastSuggestionText { get; set; }
int _requestCount { get; set; }
string GetSuggestionText() {
if(string.IsNullOrWhiteSpace(_lastSuggestionText))
return "Empty string";
return _lastSuggestionText;
}
void OnSuggestionReceived(MemoSmartAutoCompleteSuggestionReceivedEventArgs e) {
_requestCount++;
_lastSuggestionText = e.SuggestionText;
}
string TextValue { get; set; } =
"Taylor continues to have problems managing expectations. " +
"She is too optimistic and refuses to be realistic about the workload involved. " +
"I recommend";
}
Evaluation Period, Pricing Options, and Licensing Terms
Whether you own a license or want to start a 30-day evaluation period, download and register your DevExpress license key. To obtain your key, log in to the DevExpress Download Manager. Use your existing DevExpress.com account or create a new account for free. For key registration instructions, see License Key for DevExpress Products.
If you purchase a license after evaluating a product, re-register your updated DevExpress license key to remove evaluation version warnings/messages.
This package is included in the following commercial subscriptions:
- DevExpress ASP.NET and Blazor Subscription
- DevExpress DXperience Subscription
- DevExpress Universal Subscription
- DevExpress WinForms Subscription
- DevExpress WPF Subscription
See DevExpress Subscriptions & Licensing for subscription comparison tables, purchasing FAQ, and licensing information.
Software Bill of Materials (SBOM)
To access SBOM files for DevExpress packages, see the following article: Software Bill of Materials (SBOM) for DevExpress .NET assemblies/NuGet packages, JavaScript, VCL and other redistributable artifacts.
See Also: Information Security | Security - What You Need to Know
Related Components/Packages
DevExpress.Blazor - Native DevExpress UI components for Blazor applications.
dotnet add package DevExpress.Blazor
Demos
Documentation
Useful Online Resources
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net8.0 is compatible. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. net9.0 was computed. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. net10.0 was computed. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
-
net8.0
- DevExpress.AIIntegration (= 26.1.4)
- DevExpress.Blazor (= 26.1.4)
NuGet packages (5)
Showing the top 5 NuGet packages that depend on DevExpress.AIIntegration.Blazor.Editors:
| Package | Downloads |
|---|---|
|
DevExpress.AIIntegration.Blazor
Target Platform/Framework: Cross-Platform DevExpress Product Libraries Used: DevExpress AI-powered Extensions for OpenAI, Azure, Ollama, Semantic Kernel (https://www.devexpress.com/ai) Available in the following DevExpress Subscription(s): Universal, DXperience, ASP.NET & Blazor (includes DevExtreme), Reporting |
|
|
DevExpress.ExpressApp.AI.Blazor
Target Platform/Framework: Web, Mobile DevExpress Product Libraries Used: XAF (Cross-Platform .NET App UI & Web API) (https://www.devexpress.com/xaf) Available in the following DevExpress Subscription(s): Universal |
|
|
DevExpress.AIIntegration.Blazor.Editors.de
Target Platform/Framework: Cross-Platform DevExpress Product Libraries Used: DevExpress AI-powered Extensions for OpenAI, Azure, Ollama, Semantic Kernel (https://www.devexpress.com/ai) Available in the following DevExpress Subscription(s): Universal, DXperience, ASP.NET & Blazor (includes DevExtreme) |
|
|
DevExpress.AIIntegration.Blazor.Editors.es
Target Platform/Framework: Cross-Platform DevExpress Product Libraries Used: DevExpress AI-powered Extensions for OpenAI, Azure, Ollama, Semantic Kernel (https://www.devexpress.com/ai) Available in the following DevExpress Subscription(s): Universal, DXperience, ASP.NET & Blazor (includes DevExtreme) |
|
|
DevExpress.AIIntegration.Blazor.Editors.ja
Target Platform/Framework: Cross-Platform DevExpress Product Libraries Used: DevExpress AI-powered Extensions for OpenAI, Azure, Ollama, Semantic Kernel (https://www.devexpress.com/ai) Available in the following DevExpress Subscription(s): Universal, DXperience, ASP.NET & Blazor (includes DevExtreme) |
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 26.1.4 | 449 | 8/7/2026 |
| 26.1.4-pre-26200 | 904 | 7/23/2026 |
| 26.1.4-pre-26190 | 656 | 7/14/2026 |
| 26.1.4-pre-26179 | 520 | 7/2/2026 |
| 26.1.3 | 5,076 | 6/18/2026 |
| 25.2.9 | 180 | 8/3/2026 |
| 25.2.8 | 1,052 | 6/10/2026 |
| 25.2.7 | 1,004 | 5/6/2026 |
| 25.2.6 | 1,543 | 4/7/2026 |
| 25.2.5 | 883 | 3/2/2026 |
| 25.2.4 | 1,293 | 2/3/2026 |
| 25.2.3 | 1,865 | 12/18/2025 |