Skip to main content
All docs
V24.1

CardItemFormatRuleBase.SetLayoutElementApplyTo(String, String) Method

For internal use.

Namespace: DevExpress.DashboardCommon

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

NuGet Package: DevExpress.Dashboard.Core

Declaration

public void SetLayoutElementApplyTo(
    string elementName,
    string elementId = null
)

Parameters

Name Type
elementName String

Optional Parameters

Name Type Default
elementId String null
See Also