MindFusion.Wpf Pack Programmer's Guide
BasePresenter.ExpectedEndTime Property
See Also
 





Gets or sets the expected EndTime of the item at the end of the current interaction. This property is only relevant during user interaction. This is a dependency property.

Namespace: MindFusion.DataViews.Wpf
Assembly: MindFusion.DataViews.Wpf

 Syntax

C#  Copy Code

public DateTime ExpectedEndTime { get; set; }

Visual Basic  Copy Code

Public Property ExpectedEndTime As DateTime

 Property Value

A .NET DateTime object.

 See Also

BasePresenter Members
BasePresenter Class
MindFusion.DataViews.Wpf Namespace