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

DataItemDateTimeFormat.MonthFormat Property

Gets or sets the format type associated with the DateTimeGroupInterval.Month group interval.

Namespace: DevExpress.DashboardCommon

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

Declaration

[DefaultValue(MonthFormat.Default)]
public MonthFormat MonthFormat { get; set; }

Property Value

Type Default Description
MonthFormat **Default**

A MonthFormat enumeration member that specifies the format type associated with the DateTimeGroupInterval.Month group interval.

Remarks

The format type defined by the MonthFormat property is applied to dimension date-time values if the Dimension.DateTimeGroupInterval property is set to DateTimeGroupInterval.Month.

See Also