ValidationModule.GetContextCaption(String, IModelApplication) Method
Retrieves the caption associated with a particular validation context.
Namespace: DevExpress.ExpressApp.Validation
Assembly: DevExpress.ExpressApp.Validation.v25.2.dll
NuGet Package: DevExpress.ExpressApp.Validation
Declaration
public static string GetContextCaption(
string contextId,
IModelApplication modelApplication
)
Parameters
| Name | Type | Description |
|---|---|---|
| contextId | String | A string representation of a context identifier whose associated caption must be retrieved. |
| modelApplication | IModelApplication | An IModelApplication object, which is the root node of the Application Model. |
Returns
| Type | Description |
|---|---|
| String | A string containing the caption associated with the contextId validation context. |
Remarks
Generally, you do not need to use this method.
See Also