Skip to main content

DashboardItemFormatRule.Name Property

Gets or sets the name of the current format rule.

Namespace: DevExpress.DashboardCommon

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

NuGet Package: DevExpress.Dashboard.Core

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