Class GridShowFormulaBehavior
Specifies behavior for displaying formula text.
Inheritance
System.Object
GridShowFormulaBehavior
Namespace: Syncfusion.UI.Xaml.CellGrid
Assembly: Syncfusion.SfCellGrid.UWP.dll
Syntax
public sealed class GridShowFormulaBehavior : Enum
Fields
Always
Always display the formula text.
Declaration
public const GridShowFormulaBehavior Always
Field Value
Type |
---|
GridShowFormulaBehavior |
Never
Never display the formula text.
Declaration
public const GridShowFormulaBehavior Never
Field Value
Type |
---|
GridShowFormulaBehavior |
WhenCurrent
Display the formula text whenever the cell is the current cell.
Declaration
public const GridShowFormulaBehavior WhenCurrent
Field Value
Type |
---|
GridShowFormulaBehavior |
WhenEditing
Display the formula text only when the cell is actively being edited.
Declaration
public const GridShowFormulaBehavior WhenEditing
Field Value
Type |
---|
GridShowFormulaBehavior |