Skip to main content
Tab

CardViewExportStyles(IPropertiesOwner) Constructor

Initializes a new instance of the CardViewExportStyles class.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public CardViewExportStyles(
    IPropertiesOwner owner
)

Parameters

Name Type Description
owner IPropertiesOwner

An object that owns the created object.

Remarks

This constructor is automatically called when the CardViewExportStyles initializes its ASPxCardViewExporter.Styles property.

See Also