ContextIdentifiers(String) Constructor
Creates an instance of the ContextIdentifiers class.
Namespace: DevExpress.Persistent.Validation
Assembly: DevExpress.Persistent.Base.v24.1.dll
NuGet Package: DevExpress.Persistent.Base
Declaration
Parameters
Name | Type | Description |
---|---|---|
identifiers | String | A string containing validation contexts separated by the ContextIdentifiers.Separator string, that will be identified by the created ContextIdentifiers. |
See Also