Spread WPF 18
GrapeCity.Wpf.SpreadSheet.CellType.Editors Namespace / GcDropDownCalculator Class / IsShowHistory Property


In This Topic
    IsShowHistory Property
    In This Topic
    Gets or sets whether to show the history of calculation or not. This is a dependency property.
    Syntax
    'Declaration
     
    Public Property IsShowHistory As Boolean
    'Usage
     
    Dim instance As GcDropDownCalculator
    Dim value As Boolean
     
    instance.IsShowHistory = value
     
    value = instance.IsShowHistory
    public bool IsShowHistory {get; set;}

    Property Value

    true to show the history of calculation; otherwise, false. The default value is true.
    See Also