DateTimeMaskOptions.SetDateTimeKind(DependencyObject, Nullable<DateTimeKind>) Method
Set the value of the DateTimeMaskOptions.DateTimeKind attached property to a specified DateTimeMaskOptions.
Namespace: DevExpress.Xpf.Editors
Assembly: DevExpress.Xpf.Core.v24.1.dll
NuGet Package: DevExpress.Wpf.Core
Declaration
Parameters
Name | Type | Description |
---|---|---|
d | DependencyObject | The element to which the DateTimeMaskOptions.DateTimeKind attached property is written. |
value | Nullable<DateTimeKind> | The DateTimeMaskOptions.DateTimeKind property value. |
See Also