Skip to main content

ContextIdentifier.Id Property

Specifies the validation context identified by the current ContextIdentifier.

Namespace: DevExpress.Persistent.Validation

Assembly: DevExpress.Persistent.Base.v25.2.dll

NuGet Package: DevExpress.Persistent.Base

Declaration

public string Id { get; }

Property Value

Type Description
String

A string which is a validation context identified by the ContextIdentifier.

See Also