Skip to main content
All docs
V23.2

CardItemFormatRuleBase.SetLayoutElementApplyTo(String, String) Method

For internal use.

Namespace: DevExpress.DashboardCommon

Assembly: DevExpress.Dashboard.v23.2.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