Skip to main content
A newer version of this page is available. .

DashboardItemFormatRule.Name Property

Gets or sets the name of the current format rule.

Namespace: DevExpress.DashboardCommon

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

Declaration

[DefaultValue("")]
public string Name { get; set; }

Property Value

Type Default Description
String String.Empty

A String that specifies the name of the current format rule.

See Also