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

CardStretchedLayoutTemplate Class

The Stretched layout template that arranges card elements so that they occupy an entire card area.

Namespace: DevExpress.DashboardCommon

Assembly: DevExpress.Dashboard.v18.2.Core.dll

Declaration

public class CardStretchedLayoutTemplate :
    CardLayoutTemplate

Remarks

Use the Card.LayoutTemplate property to specify a card’s layout template. To learn how to manage the layout of cards in the CardDashboardItem, refer to the CardLayoutTemplate class description.

The image below shows which card elements correspond to properties exposed by the CardStretchedLayoutTemplate class.

Card_StretchedLayoutTemplate_API

The following code snippet (auto-collected from DevExpress Examples) contains a reference to the CardStretchedLayoutTemplate class.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

Inheritance

Object
CardLayoutTemplate
CardStretchedLayoutTemplate
See Also