Lost Lily/Grid ToolkitDocs 1.0
Table of Contents

GridRendererStatistics

Note

Stable API. Supported for production use within the 1.x compatibility contract.

Contract Value
Assembly LostLily.GridToolkit.Visualization
Namespace LostLily.GridToolkit.Visualization
Kind class
Tier Stable
Roles CustomerWorkflow, ExtensionPoint
Validated version 1.0.0

Declaration

type class LostLily.GridToolkit.Visualization.GridRendererStatistics

Public members

Methods

System.Void .ctor()

Properties

System.Int32 ActiveHandleCount { get; }
System.Int32 DirtyCellCount { get; }
System.Int32 DirtyChannelCount { get; }
System.Int32 DirtyStructureCount { get; }
System.Int32 InactiveHandleCount { get; }
System.Int32 UnresolvedCellCount { get; }
System.Int32 UnresolvedStructureCount { get; }
System.Int64 CreatedHandleCount { get; }
System.Int64 DestroyedHandleCount { get; }
System.Int64 FlushCount { get; }
System.Int64 FullSynchronizationCount { get; }
System.Int64 HiddenHandleCount { get; }
System.Int64 ReusedHandleCount { get; }
System.Int64 UpdatedHandleCount { get; }
System.String LastInvalidationReason { get; }

Versioning

Generated from the public Grid Toolkit 1.0.0 API metadata. Use the tier above when deciding how strongly to couple your project to this contract.