Class AscendingSortPathSource
Represents meta-data for rendering an ascending sort geometry.
Namespace: Telerik.Windows.Controls.VirtualGrid
Assembly: Telerik.Windows.Controls.VirtualGrid.dll
Syntax
public class AscendingSortPathSource : VirtualGridGeometrySource
Constructors
AscendingSortPathSource()
Declaration
public AscendingSortPathSource()
Properties
Offset
Gets the translation transform offset.
Declaration
public override Point Offset { get; }
Property Value
System.Windows.Point
|
Overrides
Source
Gets the Data that defines this geometry.
Declaration
public override string Source { get; }
Property Value
System.String
|