Spread WPF 18
GrapeCity.Wpf.SpreadSheet.CellType.Editors Namespace / GcTextBox Class / ExitOnLastCharProperty Field


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

    Field Value

    The identifier for the ExitOnLastChar dependency property.
    See Also