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


In This Topic
    HistoryStyle Property
    In This Topic
    Gets or sets a System.Windows.Style which is used to render the history part. This is a dependency property.
    Syntax
    'Declaration
     
    Public Property HistoryStyle As Style
    'Usage
     
    Dim instance As GcDropDownCalculator
    Dim value As Style
     
    instance.HistoryStyle = value
     
    value = instance.HistoryStyle
    public Style HistoryStyle {get; set;}

    Property Value

    A System.Windows.Style that applied to history part.
    Example
    The following xaml demonstrates how to use System.Windows.Style to change appearance of GcDropDownCalculator.
    See Also