Returns a VariantInfo object having the specified VariantInfo.Id identifier.
Namespace: DevExpress.ExpressApp.ViewVariantsModule
Assembly: DevExpress.ExpressApp.ViewVariantsModule.v18.2.dll
public VariantInfo FindById(
string id
)
Public Function FindById(
id As String
) As VariantInfo
Type | Name | Description |
---|---|---|
String | id | A string representing the identifier of the required View variant. |
Type | Description |
---|---|
VariantInfo | A VariantInfo object having the specified VariantInfo.Id identifier. |