DayViewBase.TopRowTime Property
In This Article
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 |
---|---|
Time |
The time the View’s topmost cell displays. |
#Remarks
The following image demonstrates the View with the property set to 16:30:00
.
See Also