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

CalendarClient.VisibleEnd Property

Gets the value of the rightmost visible calendar item. This is a dependency property.

Namespace: DevExpress.Xpf.Editors.RangeControl

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

NuGet Package: DevExpress.Wpf.Core

Declaration

public object VisibleEnd { get; }

Property Value

Type Description
Object

A DateTime object that represents the value of the calendar item that is rightmost within the view port.

Implements

See Also