Back to Devexpress

DxAIChat.AllowResizeInput Property

blazor-devexpress-dot-aiintegration-dot-blazor-dot-chat-dot-dxaichat-a2324e1b.md

latest1.4 KB
Original Source

DxAIChat.AllowResizeInput Property

Specifies whether users can resize the AI chat input box.

Namespace : DevExpress.AIIntegration.Blazor.Chat

Assembly : DevExpress.AIIntegration.Blazor.Chat.v25.2.dll

NuGet Package : DevExpress.AIIntegration.Blazor.Chat

Declaration

csharp
[Parameter]
public bool AllowResizeInput { get; set; }

Property Value

TypeDescription
Boolean

true to allow users to resize the chat input box; otherwise, false.

|

Remarks

Set the AllowResizeInput property to true to allow users to resize the chat input box. Drag the top edge up to create more typing space, or drag it down to display more chat history.

razor
<DxAIChat
    CssClass="my-ai-chat"
    AllowResizeInput="true" />
css
.my-ai-chat {
    width: 100%;
    height: 400px;
}

See Also

DxAIChat Class

DxAIChat Members

DevExpress.AIIntegration.Blazor.Chat Namespace