Class GanttItemsPresenter
Inheritance
Namespace: Telerik.Windows.Controls.GanttView
Assembly: Telerik.Windows.Controls.GanttView.dll
Syntax
public class GanttItemsPresenter : Control, IThemable
Constructors
GanttItemsPresenter()
Declaration
public GanttItemsPresenter()
Fields
AutoSizeTimelineProperty
Identifies the AutoSizeTimeline dependency property.
Declaration
public static readonly DependencyProperty AutoSizeTimelineProperty
Field Value
System.Windows.DependencyProperty
|
Properties
AutoSizeTimeline
Declaration
public bool AutoSizeTimeline { get; set; }
Property Value
System.Boolean
|
Methods
MeasureOverride(Size)
Declaration
protected override Size MeasureOverride(Size availableSize)
Parameters
System.Windows.Size
availableSize
|
Returns
System.Windows.Size
|
OnApplyTemplate()
Declaration
public override void OnApplyTemplate()
OnInitialized(EventArgs)
Raises the System.Windows.FrameworkElement.Initialized event. This method is invoked whenever System.Windows.FrameworkElement.IsInitialized is set to true internally.
Declaration
protected override void OnInitialized(EventArgs e)
Parameters
System.EventArgs
e
The System.Windows.RoutedEventArgs that contains the event data. |
ResetTheme()
Resets the theme.
Declaration
public void ResetTheme()