Spread WPF 18
GrapeCity.Wpf.SpreadSheet.CellType.Editors Namespace / FieldsEditorControl Class / SpinDownEvent Field


In This Topic
    SpinDownEvent Field
    In This Topic
    Identifies the SpinDown routed event.
    Syntax
    'Declaration
     
    Public Shared ReadOnly SpinDownEvent As RoutedEvent
    'Usage
     
    Dim value As RoutedEvent
     
    value = FieldsEditorControl.SpinDownEvent
    public static readonly RoutedEvent SpinDownEvent

    Field Value

    The identifier for SpinDown event.
    See Also