Xceed Toolkit Plus for WPF v4.6 Documentation
SetDateEnd Method (TimelinePanel)


Xceed.Wpf.Toolkit Assembly > Xceed.Wpf.Toolkit Namespace > TimelinePanel Class : SetDateEnd Method
The dependency object to which the attached property is written.
The desired DateTime value.
Sets the value of the DateEnd attached property to the specified dependency object.
Syntax
'Declaration
 
Public Shared Sub SetDateEnd( _
   ByVal obj As DependencyObject, _
   ByVal value As Date _
) 
'Usage
 
Dim obj As DependencyObject
Dim value As Date
 
TimelinePanel.SetDateEnd(obj, value)
public static void SetDateEnd( 
   DependencyObject obj,
   DateTime value
)

Parameters

obj
The dependency object to which the attached property is written.
value
The desired DateTime value.
Remarks
The DateEnd attached property can be set on items within the TimelinePanel to determine size allotted to an item within the panel. DateEnd is an optional property. If omitted, the item will need to have an explicit Width set on it. If set on an item, the width of the item will be determined by difference between the DateEnd and the Date property.
Requirements

Target Platforms: Windows 11, Windows 10, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

TimelinePanel Class
TimelinePanel Members