Back to Devexpress

DateRangeControl.Mask Property

wpf-devexpress-dot-xpf-dot-editors-dot-daterangecontrol-54e181dd.md

latest1.0 KB
Original Source

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.v25.2.dll

NuGet Package : DevExpress.Wpf.Core

Declaration

csharp
public string Mask { get; set; }
vb
Public Property Mask As String

Property Value

TypeDescription
String

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

|

See Also

DateRangeControl Class

DateRangeControl Members

DevExpress.Xpf.Editors Namespace