Back to Devexpress

ValidationService.GetValidationService(DependencyObject) Method

wpf-devexpress-dot-xpf-dot-editors-dot-validationservice-dot-getvalidationservice-x28-system-dot-windows-dot-dependencyobject-x29.md

latest1.5 KB
Original Source

ValidationService.GetValidationService(DependencyObject) Method

Get the value of the ValidationService.ValidationService attached property to a specified ValidationService.

Namespace : DevExpress.Xpf.Editors

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

NuGet Package : DevExpress.Wpf.Core

Declaration

csharp
[Browsable(false)]
public static ValidationService GetValidationService(
    DependencyObject d
)
vb
<Browsable(False)>
Public Shared Function GetValidationService(
    d As DependencyObject
) As ValidationService

Parameters

NameType
dDependencyObject

Returns

Type
ValidationService

See Also

ValidationService Class

ValidationService Members

DevExpress.Xpf.Editors Namespace