RecroGridCustomFunctionEventArgsRefreshRow Property

It indicates whether the line needs to be updated on the client side.

Definition

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

Property Value

Boolean
true if row refresh required; otherwise, false.

See Also