Skip to main content

KpiDashboardItem<TKpiElement>.ContentLineCount Property

Gets or sets the number of columns or rows in which dashboard item elements should be arranged.

Namespace: DevExpress.DashboardCommon

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

NuGet Package: DevExpress.Dashboard.Core

Declaration

[DefaultValue(3)]
public int ContentLineCount { get; set; }

Property Value

Type Default Description
Int32 3

An integer value that specifies the number of columns or rows in which dashboard item elements should be arranged.

Remarks

If the KpiDashboardItem`1.ContentArrangementMode property is set to ContentArrangementMode.FixedColumnCount, the ContentLineCount property specifies the number of columns in which dashboard item elements should be arranged. If the KpiDashboardItem`1.ContentArrangementMode property is set to ContentArrangementMode.FixedRowCount, the ContentLineCount property specifies the number of rows.

The ContentLineCount property is not in effect if the KpiDashboardItem`1.ContentArrangementMode property is set to ContentArrangementMode.Auto. In this instance, dashboard item elements are automatically arranged.

See Also