ContextIdentifier(String) Constructor
Creates an instance of the ContextIdentifier class.
Namespace: DevExpress.Persistent.Validation
Assembly: DevExpress.Persistent.Base.v24.1.dll
NuGet Package: DevExpress.Persistent.Base
Declaration
Parameters
Name | Type | Description |
---|---|---|
id | String | A string which is a validation context that the created ContextIdentifier will identify. This parameter value is assigned to the ContextIdentifier.Id property. |
See Also