Skip to main content
All docs
V26.1
  • SmartPasteBehavior.GetItemDescription(DependencyObject) Method

    Gets the value of the SmartPasteBehavior.ItemDescription attached property for the specified SmartPasteBehavior.

    Namespace: DevExpress.AIIntegration.Wpf

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

    Declaration

    public static string GetItemDescription(
        DependencyObject dependencyObject
    )

    Parameters

    Name Type Description
    dependencyObject DependencyObject

    The item (a grid/treelist column or layout item).

    Returns

    Type Description
    String

    A string that describes the expected content and/or data format for the item.

    Remarks

    Refer to the following help topic for additional information and examples: Smart Paste.

    See Also