Gets or sets the BindingExpression that identifies the end time of the underlying allocations. This is a dependency property.
Namespace: MindFusion.DataViews.Wpf
Assembly: MindFusion.DataViews.Wpf
SyntaxC#
Copy Code
|
|---|
public string AllocationEndTimeExpression { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property AllocationEndTimeExpression As String |
A WPF BindingExpression.
See Also