Back to Devexpress

BaseEdit.OnIsTabStopCoerceValue(Object) Method

wpf-devexpress-dot-xpf-dot-editors-dot-baseedit-dot-onistabstopcoercevalue-x28-system-dot-object-x29.md

latest1.2 KB
Original Source

BaseEdit.OnIsTabStopCoerceValue(Object) Method

This member supports the internal infrastructure, and is not intended to be used directly from your code.

Namespace : DevExpress.Xpf.Editors

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

NuGet Package : DevExpress.Wpf.Core

Declaration

csharp
public object OnIsTabStopCoerceValue(
    object value
)
vb
Public Function OnIsTabStopCoerceValue(
    value As Object
) As Object

Parameters

NameType
valueObject

Returns

Type
Object

See Also

BaseEdit Class

BaseEdit Members

DevExpress.Xpf.Editors Namespace