New to Telerik UI for WPFStart a free 30-day trial

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)
Parameters:finalSizeSizeReturns:

Size

C#
public static GanttPresenterPanelArea GetArea(DependencyObject obj)
Parameters:objDependencyObjectReturns:

GanttPresenterPanelArea

C#
public static int GetColumn(DependencyObject obj)
Parameters:objDependencyObjectReturns:

int

C#
protected override Size MeasureOverride(Size availableSize)
Parameters:availableSizeSizeReturns:

Size

C#
public static void SetArea(DependencyObject obj, GanttPresenterPanelArea value)
Parameters:objDependencyObjectvalueGanttPresenterPanelArea
C#
public static void SetColumn(DependencyObject obj, int value)
Parameters:objDependencyObjectvalueint