Skip to main content
All docs
V24.2

DocumentSummarizeBehavior(Type) Constructor

Initializes a new instance of the DocumentSummarizeBehavior class with specified settings.

Namespace: DevExpress.AIIntegration.WinForms

Assembly: DevExpress.AIIntegration.WinForms.v24.2.dll

Declaration

public DocumentSummarizeBehavior(
    Type type
)

Parameters

Name Type Description
type Type

The type of target control to which the behavior is attached.

See Also