Back to Devexpress

RepositoryItemTimeSpanEdit.MinValue Property

windowsforms-devexpress-dot-xtraeditors-dot-repository-dot-repositoryitemtimespanedit-0a3fc7ef.md

latest2.1 KB
Original Source

RepositoryItemTimeSpanEdit.MinValue Property

Gets or sets the minimum value of the TimeSpanEdit.TimeSpan property.

Namespace : DevExpress.XtraEditors.Repository

Assembly : DevExpress.XtraEditors.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[DefaultValue(null)]
[DXCategory("Behavior")]
public TimeSpan? MinValue { get; set; }
vb
<DefaultValue(Nothing)>
<DXCategory("Behavior")>
Public Property MinValue As TimeSpan?

Property Value

TypeDefaultDescription
Nullable<TimeSpan>null

A Nullable<T><TimeSpan,> enumeration value that specifies the minimum value of the TimeSpanEdit.TimeSpan property.

|

Remarks

The MinValue and RepositoryItemTimeSpanEdit.MaxValue properties allow you to restrict the editor’s extreme values.

See Also

TimeSpan

MaxValue

RepositoryItemTimeSpanEdit Class

RepositoryItemTimeSpanEdit Members

DevExpress.XtraEditors.Repository Namespace