Skip to main content
All docs
V25.1
  • SmartPasteBehavior.GetExcludeItem(DependencyObject) Method

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

    Namespace: DevExpress.AIIntegration.Wpf

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

    NuGet Package: DevExpress.AIIntegration.Wpf

    Declaration

    public static bool GetExcludeItem(
        DependencyObject dependencyObject
    )

    Parameters

    Name Type Description
    dependencyObject DependencyObject

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

    Returns

    Type Description
    Boolean

    true if the item is excluded from SmartPaste; otherwise, false.

    Remarks

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

    See Also