Class
CleanUpVirtualizedItemEventArgs

Provides data for the CleanUpVirtualizedItem event.

Definition

Namespace:Telerik.Windows.Controls.GridView

Assembly:Telerik.Windows.Controls.GridView.dll

Syntax:

cs-api-definition
public class CleanUpVirtualizedItemEventArgs : RadRoutedEventArgs

Inheritance: objectRadRoutedEventArgsCleanUpVirtualizedItemEventArgs

Properties

Cancel

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

Declaration

cs-api-definition
public bool Cancel { get; set; }

Property Value

bool

UIElement

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

Declaration

cs-api-definition
public UIElement UIElement { get; }

Property Value

UIElement

Value

Gets an object that represents the original data value.

Declaration

cs-api-definition
public object Value { get; }

Property Value

object

In this article
DefinitionPropertiesCancelUIElementValue
Not finding the help you need?
Contact Support