Back to Devexpress

CustomMaskEventArgs.CurrentCursorPosition Property

wpf-devexpress-dot-xpf-dot-editors-dot-custommaskeventargs-84cd7846.md

latest1.6 KB
Original Source

CustomMaskEventArgs.CurrentCursorPosition Property

Gets the cursor (caret) position before a user performs an action.

Namespace : DevExpress.Xpf.Editors

Assembly : DevExpress.Xpf.Core.v25.2.dll

NuGet Package : DevExpress.Wpf.Core

Declaration

csharp
public int CurrentCursorPosition { get; }
vb
Public ReadOnly Property CurrentCursorPosition As Integer

Property Value

TypeDescription
Int32

The cursor (caret) position before a user performs an action.

|

Remarks

To obtain the text that precedes and follows the cursor position, use the CurrentHead and CurrentTail properties.

See Also

ResultCursorPosition

CustomMaskEventArgs Class

CustomMaskEventArgs Members

DevExpress.Xpf.Editors Namespace