Skip to main content

ValidationHintDefaultProperties(ValidationHintProperties) Constructor

Initializes a new instance of the ValidationHintDefaultProperties class with the specified settings.

Namespace: DevExpress.Utils.VisualEffects

Assembly: DevExpress.Utils.v23.2.dll

NuGet Packages: DevExpress.Utils, DevExpress.Wpf.Core

Declaration

public ValidationHintDefaultProperties(
    ValidationHintProperties parentProperties
)

Parameters

Name Type Description
parentProperties ValidationHintProperties

A ValidationHintProperties object whose settings should be inherited by the newly created ValidationHintDefaultProperties object.

See Also