Skip to main content
All docs
V25.1
  • TimeEdit.TimeOnly Property

    Gets or sets the TimeOnly value in the control.

    Namespace: DevExpress.XtraEditors

    Assembly: DevExpress.XtraEditors.v25.1.dll

    NuGet Package: DevExpress.Win.Navigation

    Declaration

    [DXCategory("Appearance")]
    public virtual TimeOnly TimeOnly { get; set; }

    Property Value

    Type Description
    TimeOnly

    The selected TimeOnly value.

    See Also