Skip to main content
All docs
V23.2

MaskManager.CursorMoveConditional(Boolean, Boolean, Boolean) Method

Namespace: DevExpress.Data.Mask

Assembly: DevExpress.Data.v23.2.dll

NuGet Package: DevExpress.Data

Declaration

public bool CursorMoveConditional(
    bool isFar,
    bool forceSelection = false,
    bool isNeededKeyCheck = false
)

Parameters

Name Type
isFar Boolean

Optional Parameters

Name Type Default
forceSelection Boolean False
isNeededKeyCheck Boolean False

Returns

Type
Boolean
See Also