[]
        
(Showing Draft Content)

GrapeCity.Win.Spread.InputMan.CellType.Fields.MaskEnumerationFieldInfo.AutoConvert

AutoConvert Property

AutoConvert

Gets or sets a value indicating whether the field can auto convert.

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

true if can perform auto convert; otherwise, false.

Remarks

If set the AutoConvert property to true, all convertible characters will be automatically converted accordingly to the input mask. For example, if set the input mask to "A", by hitting a lower case character the control automatically converts the character into an upper case.