Class
VirtualGridGeometrySource

Represents meta-data for rendering custom geometry in a given cell.

Definition

Namespace:Telerik.Windows.Controls.VirtualGrid

Assembly:Telerik.Windows.Controls.VirtualGrid.dll

Syntax:

cs-api-definition
public abstract class VirtualGridGeometrySource

Inheritance: objectVirtualGridGeometrySource

Derived Classes: AscendingSortPathSourceDescendingSortPathSourceFilterPathSource

Constructors

VirtualGridGeometrySource()

Declaration

cs-api-definition
protected VirtualGridGeometrySource()

Properties

Offset

Gets the translation transform offset.

Declaration

cs-api-definition
public abstract Point Offset { get; }

Property Value

Point

Source

Gets the Data that defines this geometry.

Declaration

cs-api-definition
public abstract string Source { get; }

Property Value

string