IVariantsProvider.GetVariants(String) Method
In This Article
Returns a set of view variants available for the specific root View. In case there are no view variants, returns null (Nothing in VB).
Namespace: DevExpress.ExpressApp.ViewVariantsModule
Assembly: DevExpress.ExpressApp.ViewVariantsModule.v24.2.dll
NuGet Package: DevExpress.ExpressApp.ViewVariantsModule
#Declaration
VariantsInfo GetVariants(
string rootVariantViewId
)
#Parameters
Name | Type | Description |
---|---|---|
root |
String | A string representing the identifier of the varied View having the Variants |
#Returns
Type | Description |
---|---|
Variants |
A Variants |
See Also