Back to Devexpress

CompatibilitySettings.HideInsignificantPartsOnlyInTimeSpanMask Property

corelibraries-devexpress-dot-xpf-dot-core-dot-compatibilitysettings-f5db24f8.md

latest1.7 KB
Original Source

CompatibilitySettings.HideInsignificantPartsOnlyInTimeSpanMask Property

Gets or sets whether TimeSpan masks should hide optional segments.

Namespace : DevExpress.Xpf.Core

Assembly : DevExpress.Data.Desktop.v25.2.dll

NuGet Packages : DevExpress.Data.Desktop, DevExpress.ExpressApp.Win.Design

Declaration

csharp
public static bool HideInsignificantPartsOnlyInTimeSpanMask { get; set; }
vb
Public Shared Property HideInsignificantPartsOnlyInTimeSpanMask As Boolean

Property Value

TypeDescription
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

CompatibilitySettings Class

CompatibilitySettings Members

DevExpress.Xpf.Core Namespace