Skip to main content

DayViewBase.TopRowTime Property

Gets or sets the time the View’s topmost cell displays.

Namespace: DevExpress.XamarinForms.Scheduler

Assembly: DevExpress.XamarinForms.Scheduler.dll

NuGet Package: DevExpress.XamarinForms.Scheduler

#Declaration

C#
public TimeSpan TopRowTime { get; set; }

#Property Value

Type Description
TimeSpan

The time the View’s topmost cell displays.

#Remarks

The following image demonstrates the View with the property set to 16:30:00.

The TopRowTime property example

See Also