Skip to main content
All docs
V23.2

CardFormatRuleTextLayoutElement.Text Property

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

Namespace: DevExpress.DashboardCommon

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

NuGet Package: DevExpress.Dashboard.Core

Declaration

public string Text { get; }

Property Value

Type Description
String

The display text.

See Also