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