Skip to main content
All docs
V24.2

SmartPasteRequest.ItemInfo.Deconstruct(out String, out String, out String) Method

Namespace: DevExpress.AIIntegration.Extensions

Assembly: DevExpress.AIIntegration.v24.2.dll

NuGet Package: DevExpress.AIIntegration

Declaration

public void Deconstruct(
    out string Id,
    out string Value,
    out string Description
)

Parameters

Name Type
Id String
Value String
Description String
See Also