Skip to main content
All docs
V23.2

DateRangeControl.Mask Property

Gets or sets the mask pattern used to edit the date value of the range. This is a dependency property.

Namespace: DevExpress.Xpf.Editors

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

NuGet Package: DevExpress.Wpf.Core

Declaration

public string Mask { get; set; }

Property Value

Type Description
String

Specifies the mask pattern used to edit the date value of the range.

See Also