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


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

    Field Value

    The identifier for the AutoConvert dependency property.
    See Also