VariantsInfo.FindById(String) Method
Returns a VariantInfo object having the specified VariantInfo.Id identifier.
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. |
Returns
| Type | Description |
|---|---|
| VariantInfo | A VariantInfo object having the specified VariantInfo.Id identifier. |
See Also