DxMemo.Extensions Property
Allows you to add AI-powered extensions to the Memo component.
Namespace: DevExpress.Blazor
Assembly: DevExpress.Blazor.v25.2.dll
NuGet Package: DevExpress.Blazor
Declaration
[Parameter]
public RenderFragment Extensions { get; set; }
Property Value
| Type | Description |
|---|---|
| RenderFragment | AI-powered suggestion text (UI fragment. |
Remarks
You can use the Extensions property to add an AI-powered Smart Autocomplete functionality to the Memo component.
See Also