Skip to main content
.NET 6.0+

VariantInfo(String, String, String) Constructor

Initializes a new instance of the VariantInfo class.

Namespace: DevExpress.ExpressApp.ViewVariantsModule

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

Declaration

public VariantInfo(
    string id,
    string viewId,
    string caption
)

Parameters

Name Type Description
id String

A string representing the View variant identifier.

viewId String

A string representing the identifier of a View displayed when selecting the variant.

caption String

A string representing the View variant caption.

See Also