Skip to main content

RadialTimePickerEdit.DateTime Property

Gets or sets the editor’s date/time value. This is a dependency property.

Namespace: DevExpress.UI.Xaml.Editors

Assembly: DevExpress.UI.Xaml.Editors.v21.2.dll

NuGet Package: DevExpress.Uwp.Controls

Declaration

public DateTime DateTime { get; set; }

Property Value

Type Description
DateTime

A DateTime object that specifies the editor’s value.

Remarks

The editor’s minimum and maximum values can be specified using the RadialTimePickerEdit.MinValue and RadialTimePickerEdit.MaxValue properties, respectively.

See Also