[]
        
(Showing Draft Content)

GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcMask.AutoConvert

AutoConvert Property

AutoConvert

Gets or set whether to automatically convert the entered characters according to the input control.

This is a Dependency Property.

Declaration
public bool AutoConvert { get; set; }
Public Property AutoConvert As Boolean
Property Value
Type Description
bool

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.