Skip to main content
All docs
V25.1
  • CardFormatRuleTextLayoutElement Class

    A card’s text layout element to which a format rule applies.

    Namespace: DevExpress.DashboardCommon

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

    NuGet Package: DevExpress.Dashboard.Core

    #Declaration

    public class CardFormatRuleTextLayoutElement :
        CardFormatRuleLayoutElement

    #Remarks

    Use the CardFormatRuleLayoutElement.CreateTextElement(String) method to obtain the CardFormatRuleTextLayoutElement instance.

    #Inheritance

    Object
    CardFormatRuleLayoutElement
    CardFormatRuleTextLayoutElement
    See Also