Gets or sets the relative date of the timeline in the right grid. This is a dependency property.
Namespace: MindFusion.DataViews.Wpf
Assembly: MindFusion.DataViews.Wpf
SyntaxC#
Copy Code
|
|---|
public DateTime RelativeTimelineDate { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property RelativeTimelineDate As DateTime |
A .NET DateTime object.
RemarksThis property, along with TimelineDateTimeUnitsBefore and TimelineDateTimeUnitsAfter, specify the currently displayed time interval.
See Also