Skip to main content
A newer version of this page is available. .

CalendarClient.End Property

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

Namespace: DevExpress.Xpf.Editors.RangeControl

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

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Core, DevExpress.Wpf.Core

Declaration

public object End { get; }

Property Value

Type Description
Object

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

Implements

See Also