VariantsInfo.TryGetItem(String, out VariantInfo) Method
Returns a VariantInfo object having the specified VariantInfo.Id identifier via the result parameter.
Namespace: DevExpress.ExpressApp.ViewVariantsModule
Assembly: DevExpress.ExpressApp.ViewVariantsModule.v25.1.dll
NuGet Package: DevExpress.ExpressApp.ViewVariantsModule
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| id | String | A string representing the identifier of the required view variant. |
| result | VariantInfo | A VariantInfo object having the specified VariantInfo.Id identifier. |
Returns
| Type | Description |
|---|---|
| Boolean | true, if the required view variant is found; otherwise - false. |
See Also