InterfaceIVirtualizedElement<T>
Interface
Represents a virtaulizable element interface
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.UI.dll
Type Parameters:
T
Syntax:
cs-api-definition
public interface IVirtualizedElement<T>
Properties
Data
Gets the associated data.
Declaration
cs-api-definition
T Data { get; }
Property Value
T
The data.
Methods
Attach(T, object)
Attaches the specified data.
Declaration
cs-api-definition
void Attach(T data, object context)
Parameters
data
T
The data.
context
The context.
IsCompatible(T, object)
Determines whether element is compatible with the specified data.