IMemoSettings.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
[DefaultValue(null)]
[Parameter]
RenderFragment Extensions { get; set; }
Property Value
| Type | Default | Description |
|---|---|---|
| RenderFragment | null | AI-powered suggestion text (UI fragment. |
Remarks
Refer to the Extensions class description for more information and an example.
See Also