Skip to main content

CalendarClient.Start Property

Gets the calendar’s minimum date value. This is a dependency property.

Namespace: DevExpress.Xpf.Editors.RangeControl

Assembly: DevExpress.Xpf.Core.v23.2.dll

NuGet Package: DevExpress.Wpf.Core

Declaration

public object Start { get; }

Property Value

Type Description
Object

A DateTime object that is the minimum date value that can be selected.

Implements

See Also