CustomMaskEventArgs.CurrentSelectionStart Property
Gets the position of the left-most selected character.
Namespace: DevExpress.Xpf.Editors
Assembly: DevExpress.Xpf.Core.v24.1.dll
NuGet Package: DevExpress.Wpf.Core
Declaration
Property Value
Type | Description |
---|---|
Int32 | The position of the left-most selected character. |
Remarks
The following image shows values of the CurrentSelectedText, CurrentSelectionStart
, CurrentSelectionEnd, and CurrentSelectionAnchor properties:
If the editor does not contain selected text, the CurrentSelectionStart
, CurrentSelectionEnd, and CurrentSelectionAnchor properties return the CurrentCursorPosition property value.
See Also