Click or drag to resize

RecroGridContextIsTemporary Property

Gets a value indicating whether this instance is temporary.

Namespace:  Recrovit.RecroGridFramework
Assembly:  Recrovit.RecroGrid (in Recrovit.RecroGrid.dll) Version: 2.6.0
Syntax
C#
public bool IsTemporary { get; }

Property Value

Type: Boolean
true if this instance is temporary; otherwise, false.

Implements

IRecroGridContextIsTemporary
See Also