Skip to main content
A newer version of this page is available. .

DateTimeMaskAttribute.AutomaticallyAdvanceCaret Property

Specifies whether to enable the caret automatic movement feature.

Namespace: DevExpress.Mvvm.DataAnnotations

Assembly: DevExpress.Mvvm.v18.2.dll

Declaration

public bool AutomaticallyAdvanceCaret { get; set; }

Property Value

Type Description
Boolean

true, to enable the caret automatic movement feature; otherwise, false.

Remarks

If the AutomaticallyAdvanceCaret property is set to true, after an end-user enters and completes a specific portion of a date-time value, the caret automatically advances to the next part of the date/time value that can be edited.

See Also