Class CleanUpVirtualizedItemEventArgs
Provides data for the CleanUpVirtualizedItem event.
Inherited Members
Namespace: Telerik.Windows.Controls.GridView
Assembly: Telerik.Windows.Controls.GridView.dll
Syntax
public class CleanUpVirtualizedItemEventArgs : RadRoutedEventArgs
Properties
Cancel
Gets or sets a value that indicates whether this item should not be re-virtualized.
Declaration
public bool Cancel { get; set; }
Property Value
System.Boolean
|
UIElement
Gets an instance of the visual element that represents the data value.
Declaration
public UIElement UIElement { get; }
Property Value
System.Windows.UIElement
|
Value
Gets an object that represents the original data value.
Declaration
public object Value { get; }
Property Value
System.Object
|