menu

UWP

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class GridShowFormulaBehavior - UWP API Reference | Syncfusion

    Show / Hide Table of Contents

    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

    Extension Methods

    DateTimeExtension.ToDateTime(Object)
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved