Xceed Toolkit Plus for WPF v4.6 Documentation
DateEndProperty Field (TimelinePanel)


Xceed.Wpf.Toolkit Assembly > Xceed.Wpf.Toolkit Namespace > TimelinePanel Class : DateEndProperty Field
Identifies the DateEnd attached property.
Syntax
'Declaration
 
Public Shared ReadOnly DateEndProperty As DependencyProperty
'Usage
 
Dim value As DependencyProperty
 
value = TimelinePanel.DateEndProperty
public static readonly DependencyProperty DateEndProperty

Field Value

The identifier for the DateEnd attached property.
Remarks
This 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