Skip to main content
All docs
V25.1
  • CardFormatRuleTextLayoutElement.Text Property

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

    Namespace: DevExpress.DashboardCommon

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

    NuGet Package: DevExpress.Dashboard.Core

    Declaration

    public string Text { get; }

    Property Value

    Type Description
    String

    The display text.

    See Also