Back to Devexpress

DxMemo.Extensions Property

blazor-devexpress-dot-blazor-dot-dxmemo-5c52054f.md

latest1.0 KB
Original Source

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

csharp
[Parameter]
public RenderFragment Extensions { get; set; }

Property Value

TypeDescription
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

DxMemo Class

DxMemo Members

DevExpress.Blazor Namespace