Back to Devexpress

TimeEdit.TimeOnly Property

windowsforms-devexpress-dot-xtraeditors-dot-timeedit-827ccc6d.md

latest1.2 KB
Original Source

TimeEdit.TimeOnly Property

Gets or sets the TimeOnly value in the control.

Namespace : DevExpress.XtraEditors

Assembly : DevExpress.XtraEditors.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[DXCategory("Appearance")]
public virtual TimeOnly TimeOnly { get; set; }
vb
<DXCategory("Appearance")>
Public Overridable Property TimeOnly As TimeOnly

Property Value

TypeDescription
TimeOnly

The selected TimeOnly value.

|

See Also

TimeEdit Class

TimeEdit Members

DevExpress.XtraEditors Namespace