Spread WPF 18
GrapeCity.Wpf.SpreadSheet.CellType.Editors Namespace / EditBase Class / ExitOnLeftRightKeyProperty Field


In This Topic
    ExitOnLeftRightKeyProperty Field (EditBase)
    In This Topic
    Identifies the ExitOnLeftRightKey dependency property.
    Syntax
    'Declaration
     
    Public Shared ReadOnly ExitOnLeftRightKeyProperty As DependencyProperty
    'Usage
     
    Dim value As DependencyProperty
     
    value = EditBase.ExitOnLeftRightKeyProperty
    public static readonly DependencyProperty ExitOnLeftRightKeyProperty

    Field Value

    The identifier for the ExitOnLeftRightKey dependency property.
    See Also