GanttPresenterPanel
Class
Definition
Namespace:Telerik.Windows.Controls
Assembly:Telerik.Windows.Scheduling.Core.dll
Syntax:
C#
public class GanttPresenterPanel : Panel
Inheritance: objectGanttPresenterPanel
Constructors
C#
public GanttPresenterPanel()
Fields
AreaProperty
DependencyProperty
C#
public static readonly DependencyProperty AreaProperty
AutoSizeTimelineProperty
DependencyProperty
Identifies the AutoSizeTimeline dependency property.
C#
public static readonly DependencyProperty AutoSizeTimelineProperty
ColumnDefinitionsProperty
DependencyProperty
C#
public static readonly DependencyProperty ColumnDefinitionsProperty
ColumnProperty
DependencyProperty
C#
public static readonly DependencyProperty ColumnProperty
Properties
C#
public bool AutoSizeTimeline { get; set; }
C#
public ColumnDefinitionCollection ColumnDefinitions { get; }
Methods
C#
protected override Size ArrangeOverride(Size finalSize)
Size
C#
public static GanttPresenterPanelArea GetArea(DependencyObject obj)
C#
protected override Size MeasureOverride(Size availableSize)
Size
C#
public static void SetArea(DependencyObject obj, GanttPresenterPanelArea value)
C#
public static void SetColumn(DependencyObject obj, int value)