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
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| dependencyObject | DependencyObject | The item (a grid/treelist column or layout item). |
Returns
| Type | Description |
|---|---|
| Boolean |
|
Remarks
Refer to the following help topic for additional information and examples: Smart Paste.
See Also