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

CalendarClient.VisibleStart Property

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

Namespace: DevExpress.Xpf.Editors.RangeControl

Assembly: DevExpress.Xpf.Core.v19.1.dll

Declaration

public object VisibleStart { get; }

Property Value

Type Description
Object

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

Implements

See Also