Skip to main content

DateTimeMaskAttribute.AutomaticallyAdvanceCaret Property

Specifies whether to enable the caret automatic movement feature.

Namespace: DevExpress.Mvvm.DataAnnotations

Assembly: DevExpress.Mvvm.v23.2.dll

NuGet Packages: DevExpress.Mvvm, DevExpress.Win.Navigation

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