Skip to main content
All docs
V24.1

CardFormatRuleTextLayoutElement.Text Property

Gets the text that is displayed in the card’s text layout element.

Namespace: DevExpress.DashboardCommon

Assembly: DevExpress.Dashboard.v24.1.Core.dll

NuGet Package: DevExpress.Dashboard.Core

Declaration

public string Text { get; }

Property Value

Type Description
String

The display text.

See Also