Back to Devexpress

RepositoryItemTimeSpanEdit.MaxValue Property

windowsforms-devexpress-dot-xtraeditors-dot-repository-dot-repositoryitemtimespanedit-ce10f398.md

latest2.1 KB
Original Source

RepositoryItemTimeSpanEdit.MaxValue Property

Gets or sets the maximum 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? MaxValue { get; set; }
vb
<DefaultValue(Nothing)>
<DXCategory("Behavior")>
Public Property MaxValue As TimeSpan?

Property Value

TypeDefaultDescription
Nullable<TimeSpan>null

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

|

Remarks

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

See Also

TimeSpan

MinValue

RepositoryItemTimeSpanEdit Class

RepositoryItemTimeSpanEdit Members

DevExpress.XtraEditors.Repository Namespace