Skip to main content
A newer version of this page is available. .

VariantInfo(String, String, String) Constructor

Initializes a new instance of the VariantInfo class.

Namespace: DevExpress.ExpressApp.ViewVariantsModule

Assembly: DevExpress.ExpressApp.ViewVariantsModule.v18.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