Spread WPF 18
GrapeCity.Wpf.SpreadSheet.CellType.Editors Namespace / GcMask Class / AutoConvert Property


In This Topic
    AutoConvert Property (GcMask)
    In This Topic
    Gets or set whether to automatically convert the entered characters according to the input control.

    This is a Dependency Property.

    Syntax
    'Declaration
     
    Public Property AutoConvert As Boolean
    'Usage
     
    Dim instance As GcMask
    Dim value As Boolean
     
    instance.AutoConvert = value
     
    value = instance.AutoConvert
    public bool AutoConvert {get; set;}

    Property Value

    true if characters are automatically converted according to the input control; otherwise, false. The default is true.
    Remarks
    This property controls the converting behavior of GcMask. When user set it false, control won't convert input char to corresponding char that can be accepted.
    See Also