AIChatUploadFileInfo.Size Property
Returns the file size.
Namespace: DevExpress.AIIntegration.Blazor.Chat
Assembly: DevExpress.AIIntegration.Blazor.Chat.v25.1.dll
NuGet Package: DevExpress.AIIntegration.Blazor.Chat
Declaration
public decimal Size { get; set; }
Property Value
Type | Description |
---|---|
Decimal | The file size. |
Remarks
Refer to the AIChatUploadFileInfo class description for more information and an example.
See Also