Skip to main content
All docs
V26.1
  • IMemoSettings.Extensions Property

    Allows you to add AI-powered extensions to the Memo component.

    Namespace: DevExpress.Blazor

    Assembly: DevExpress.Blazor.v26.1.dll

    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 additional information and an example.

    See Also