Back to Devexpress

CustomMaskEventArgs.ResultSelectionAnchor Property

wpf-devexpress-dot-xpf-dot-editors-dot-custommaskeventargs-0f3699cc.md

latest1.4 KB
Original Source

CustomMaskEventArgs.ResultSelectionAnchor Property

Gets the selection start point 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? ResultSelectionAnchor { get; }
vb
Public ReadOnly Property ResultSelectionAnchor As Integer?

Property Value

TypeDescription
Nullable<Int32>

The selection start point after a user performs an action.

|

See Also

CurrentSelectionAnchor

CustomMaskEventArgs Class

CustomMaskEventArgs Members

DevExpress.Xpf.Editors Namespace