Back to Devexpress

CardFormatRuleTextLayoutElement Class

dashboard-devexpress-dot-dashboardcommon-49f57a21.md

latest1.8 KB
Original Source

CardFormatRuleTextLayoutElement Class

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

Namespace : DevExpress.DashboardCommon

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

NuGet Package : DevExpress.Dashboard.Core

Declaration

csharp
public class CardFormatRuleTextLayoutElement :
    CardFormatRuleLayoutElement
vb
Public Class CardFormatRuleTextLayoutElement
    Inherits CardFormatRuleLayoutElement

Remarks

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

Tip

Documentation:

Inheritance

Object CardFormatRuleLayoutElement CardFormatRuleTextLayoutElement

See Also

CardFormatRuleTextLayoutElement Members

DevExpress.DashboardCommon Namespace