New to Telerik UI for WPFStart a free 30-day trial

Provides data for the CleanUpVirtualizedItem event.

Definition

Namespace:Telerik.Windows.Controls.TreeView

Assembly:Telerik.Windows.Controls.Navigation.dll

Syntax:

C#
public class CleanUpVirtualizedItemEventArgs : RoutedEventArgs

Inheritance: objectCleanUpVirtualizedItemEventArgs

Properties

Gets or sets a value that indicates whether this item should not be re-virtualized.

C#
public bool Cancel { get; set; }

UIElement

UIElement

Gets an instance of the visual element that represents the data value.

C#
public UIElement UIElement { get; }

Gets an Object that represents the original data value.

C#
public object Value { get; }
In this article
DefinitionPropertiesCancelUIElementValue
Not finding the help you need?
Contact Support