Skip to main content

RepositoryItemTimeSpanEdit.MinHours Property

This property is obsolete. Gets or sets the minimum number of hours of the time interval.

Namespace: DevExpress.XtraEditors.Repository

Assembly: DevExpress.XtraEditors.v24.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

[Browsable(false)]
[DefaultValue(0)]
[DXCategory("Behavior")]
[EditorBrowsable(EditorBrowsableState.Never)]
public int MinHours { get; set; }

Property Value

Type Default Description
Int32 0

An integer value that specifies the minimum number of hours of the time interval.

See Also