IModelVariants.Current Property
In This Article
Specifies a node of the currently selected View variant.
Namespace: DevExpress.ExpressApp.ViewVariantsModule
Assembly: DevExpress.ExpressApp.ViewVariantsModule.v24.2.dll
NuGet Package: DevExpress.ExpressApp.ViewVariantsModule
#Declaration
[DataSourceProperty("this", new string[]{})]
IModelVariant Current { get; set; }
#Property Value
Type | Description |
---|---|
IModel |
An IModel |
#Remarks
When the Current property is not specified, the first View variant available for the varied View is considered to be current.
See Also