ClassGanttPresenterPanel
Class
Definition
Namespace:Telerik.Windows.Controls
Assembly:Telerik.Windows.Scheduling.Core.dll
Syntax:
cs-api-definition
public class GanttPresenterPanel : Panel
Inheritance: objectGanttPresenterPanel
Constructors
GanttPresenterPanel()
Declaration
cs-api-definition
public GanttPresenterPanel()
Fields
AreaProperty
Declaration
cs-api-definition
public static readonly DependencyProperty AreaProperty
Field Value
DependencyProperty
AutoSizeTimelineProperty
Identifies the AutoSizeTimeline dependency property.
Declaration
cs-api-definition
public static readonly DependencyProperty AutoSizeTimelineProperty
Field Value
DependencyProperty
ColumnDefinitionsProperty
Declaration
cs-api-definition
public static readonly DependencyProperty ColumnDefinitionsProperty
Field Value
DependencyProperty
ColumnProperty
Declaration
cs-api-definition
public static readonly DependencyProperty ColumnProperty
Field Value
DependencyProperty
Properties
ColumnDefinitions
Declaration
cs-api-definition
public ColumnDefinitionCollection ColumnDefinitions { get; }
Property Value
Methods
ArrangeOverride(Size)
Declaration
cs-api-definition
protected override Size ArrangeOverride(Size finalSize)
Parameters
finalSize
Size
Returns
Size
GetArea(DependencyObject)
Declaration
cs-api-definition
public static GanttPresenterPanelArea GetArea(DependencyObject obj)
Parameters
obj
DependencyObject
Returns
GetColumn(DependencyObject)
Declaration
cs-api-definition
public static int GetColumn(DependencyObject obj)
Parameters
obj
DependencyObject
Returns
MeasureOverride(Size)
Declaration
cs-api-definition
protected override Size MeasureOverride(Size availableSize)
Parameters
availableSize
Size
Returns
Size
SetArea(DependencyObject, GanttPresenterPanelArea)
Declaration
cs-api-definition
public static void SetArea(DependencyObject obj, GanttPresenterPanelArea value)
Parameters
obj
DependencyObject
value
SetColumn(DependencyObject, int)
Declaration
cs-api-definition
public static void SetColumn(DependencyObject obj, int value)
Parameters
obj
DependencyObject
value