Skip to main content
All docs
V26.1
  • AIChatControl.ResourceItemTemplate Property

    Gets or sets a template for an AI resource entry in the resource picker popup. This is a dependency property.

    Namespace: DevExpress.AIIntegration.Wpf.Chat

    Assembly: DevExpress.AIIntegration.Wpf.Chat.v26.1.dll

    NuGet Package: DevExpress.AIIntegration.Wpf.Chat

    Declaration

    public RenderFragment<AIChatResource> ResourceItemTemplate { get; set; }

    Property Value

    Type Description
    RenderFragment<AIChatResource>

    Template content.

    Remarks

    Use the ResourceItemTemplate property to customize the layout and appearance of an AI resource entry in the resource picker popup.

    Refer to the following help topic for additional information: Chat Resources

    See Also