Click or drag to resize
ParamExpressionDisplayMode Property
Gets or sets the display of formula expressions in inactive cells.

Namespace: Stingray.Grid
Assembly: Stingray.GridControl (in Stingray.GridControl.dll) Version: 14.0.0.0
Syntax
[DefaultValueAttribute(typeof(DisplayExpression), "ActiveCell")]
public DisplayExpression ExpressionDisplayMode { get; set; }

Property Value

Type: DisplayExpression
  • Always: Displays formula expressions in inactive cells.
  • ActiveCell: Displays formula expressions only in the active current cell. This is the default.
See Also