Skip to main content
All docs
V26.1
  • SummarizeBehavior(Type, SummarizationMode) Constructor

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

    Namespace: DevExpress.AIIntegration.WinForms

    Assembly: DevExpress.AIIntegration.WinForms.v26.1.dll

    Declaration

    public SummarizeBehavior(
        Type behaviorSourceType,
        SummarizationMode summarizationMode
    )

    Parameters

    Name Type Description
    behaviorSourceType Type

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

    summarizationMode SummarizationMode

    The summarization mode.

    See Also