RecroGridCustomFunctionEventArgsStartedInBackground Property

Gets or sets a value indicating whether [runs in background].

Definition

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

Property Value

Boolean
true if [runs in background]; otherwise, false.

See Also