Spread WPF 18
GrapeCity.Wpf.SpreadSheet.CellType.Editors Namespace / GcDropDownCalculator Class / IsShowHistoryProperty Field


In This Topic
    IsShowHistoryProperty Field
    In This Topic
    Identifies the IsShowHistory dependency property.
    Syntax
    'Declaration
     
    Public Shared ReadOnly IsShowHistoryProperty As DependencyProperty
    'Usage
     
    Dim value As DependencyProperty
     
    value = GcDropDownCalculator.IsShowHistoryProperty
    public static readonly DependencyProperty IsShowHistoryProperty

    Field Value

    The identifier for the IsShowHistory dependency property.
    See Also