Skip to main content
A newer version of this page is available. .
All docs
V21.1

CompatibilitySettings.HideInsignificantPartsOnlyInTimeSpanMask Property

Gets or sets whether TimeSpan masks should hide optional segments.

Namespace: DevExpress.Xpf.Core

Assembly: DevExpress.Data.Desktop.v21.1.dll

NuGet Package: DevExpress.Data.Desktop

Declaration

public static bool HideInsignificantPartsOnlyInTimeSpanMask { get; set; }

Property Value

Type Description
Boolean

false to hide optional segments in TimeSpan masks; otherwise true.

Remarks

Refer to the following breaking change ticket for more information on the HideInsignificantPartsOnlyInTimeSpanMask compatibility property: T937446.

See Also