Back to Devexpress

SmartPasteBehavior.GetExcludeItem(DependencyObject) Method

wpf-devexpress-dot-aiintegration-dot-wpf-dot-smartpastebehavior-dot-getexcludeitem-x28-system-dot-windows-dot-dependencyobject-x29.md

latest1.8 KB
Original Source

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.2.dll

NuGet Package : DevExpress.AIIntegration.Wpf

Declaration

csharp
public static bool GetExcludeItem(
    DependencyObject dependencyObject
)
vb
Public Shared Function GetExcludeItem(
    dependencyObject As DependencyObject
) As Boolean

Parameters

NameTypeDescription
dependencyObjectDependencyObject

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

|

Returns

TypeDescription
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

SmartPasteBehavior Class

SmartPasteBehavior Members

DevExpress.AIIntegration.Wpf Namespace