Click or drag to resize

RecroGridContextIsFEPQueue Property

Gets or sets a value indicating whether this instance is FEP Queue.

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

Property Value

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

Implements

IRecroGridContextIsFEPQueue
See Also