Provides data for the CleanUpVirtualizedItem event.
Definition
Namespace:Telerik.Windows.Controls.GridView
Assembly:Telerik.Windows.Controls.GridView.dll
Syntax:
C#
public class CleanUpVirtualizedItemEventArgs : RadRoutedEventArgs
Inheritance: objectRadRoutedEventArgsCleanUpVirtualizedItemEventArgs
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; }