DashboardItemFormatRule.Name Property
Gets or sets the name of the current format rule.
Namespace: DevExpress.DashboardCommon
Assembly: DevExpress.Dashboard.v20.2.Core.dll
Declaration
[DefaultValue("")]
public string Name { get; set; }
<DefaultValue("")>
Public Property Name As String
Property Value
Type | Default | Description |
---|---|---|
String | A String that specifies the name of the current format rule. |
See Also
Feedback