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

CardWindowDefinition.DefinitionMode Property

Gets or sets the window definition mode used to perform calculations within the CardDashboardItem.

Namespace: DevExpress.DashboardCommon

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

NuGet Packages: DevExpress.Dashboard.Core, DevExpress.WindowsDesktop.Dashboard.Core

Declaration

[DefaultValue(CardWindowDefinitionMode.Cards)]
public CardWindowDefinitionMode DefinitionMode { get; set; }

Property Value

Type Default Description
CardWindowDefinitionMode **Cards**

A CardWindowDefinitionMode enumeration value that specifies the window definition mode.

See Also