Back to Devexpress

CustomMaskEventArgs.ResultCursorPosition Property

wpf-devexpress-dot-xpf-dot-editors-dot-custommaskeventargs-97dfa651.md

latest1.3 KB
Original Source

CustomMaskEventArgs.ResultCursorPosition Property

Gets the cursor (caret) position after 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 ResultCursorPosition { get; }
vb
Public ReadOnly Property ResultCursorPosition As Integer

Property Value

TypeDescription
Int32

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

|

See Also

CurrentCursorPosition

CustomMaskEventArgs Class

CustomMaskEventArgs Members

DevExpress.Xpf.Editors Namespace