CardFormatRuleDimensionLayoutElement Class
In This Article
A card’s dimension layout element to which a format rule applies.
Namespace: DevExpress.DashboardCommon
Assembly: DevExpress.Dashboard.v24.2.Core.dll
NuGet Package: DevExpress.Dashboard.Core
#Declaration
public class CardFormatRuleDimensionLayoutElement :
CardFormatRuleLayoutElement
#Remarks
Use the CardFormatRuleLayoutElement.CreateDimensionElement(String) method to obtain the CardFormatRuleDimensionLayoutElement instance.
#Inheritance
Object
CardFormatRuleLayoutElement
CardFormatRuleDimensionLayoutElement
See Also