Skip to main content

RadialTimePickerEdit.ShowDateTime Property

Gets or sets whether to display the text representation of the editor’s 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 bool ShowDateTime { get; set; }

Property Value

Type Description
Boolean

true to display the text representation of the editor’s value; otherwise, false.

See Also