Skip to main content
.NET 6.0+

VariantInfo Struct

Represents a View variant.

Namespace: DevExpress.ExpressApp.ViewVariantsModule

Assembly: DevExpress.ExpressApp.ViewVariantsModule.v23.2.dll

Declaration

public struct VariantInfo

Remarks

The View Variants Module provides the ability to have several customized variants of the same View. The VariantInfo is used to represent a variant available for a particular View.

Each variant has an associated View, invoked when selecting this variant. The identifier of this View is exposed via the VariantInfo.ViewID field. Additionally, each variant has its own identifier and caption exposed via the VariantInfo.Id and VariantInfo.Caption fields.

See Also