Click or drag to resize
DisplayExpression Enumeration
Determines the visibility of a formula within a cell.

Namespace: Stingray.Grid
Assembly: Stingray.GridControl (in Stingray.GridControl.dll) Version: 14.0.0.0
Syntax
public enum DisplayExpression
Members
  Member nameValueDescription
ActiveCell0 Display formula only in an active cell.
Always1 Always display formula in inactive cells.
See Also