DxMemoSettings.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
Refer to the Extensions class description for more information and an example.
Implements
See Also