Skip to main content

DataItemDateTimeFormat.YearFormat Property

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

Namespace: DevExpress.DashboardCommon

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

NuGet Package: DevExpress.Dashboard.Core

Declaration

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

Property Value

Type Default Description
YearFormat Default

A YearFormat enumeration member that specifies the format type associated with the DateTimeGroupInterval.Year group interval.

Remarks

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

See Also