Back to Devexpress

TextRequestOptions.ChunkContext Property

corelibraries-devexpress-dot-aiintegration-dot-extensions-dot-textrequestoptions-3822cc3f.md

latest1.5 KB
Original Source

TextRequestOptions.ChunkContext Property

Gets or sets the information about the current chunk being processed.

Namespace : DevExpress.AIIntegration.Extensions

Assembly : DevExpress.AIIntegration.v25.2.dll

NuGet Package : DevExpress.AIIntegration

Declaration

csharp
public ChunkContext ChunkContext { get; set; }
vb
Public Property ChunkContext As ChunkContext

Property Value

TypeDescription
DevExpress.AIIntegration.Extensions.Chunks.ChunkContext

The information about the current chunk being processed.

|

Property Paths

You can access this nested property as listed below:

Object TypePath to ChunkContext
TextRequest

.Options .ChunkContext

|

See Also

TextRequestOptions Class

TextRequestOptions Members

DevExpress.AIIntegration.Extensions Namespace