ClassTreeCellContainer
Definition
Namespace:Telerik.Windows.Controls.GanttView
Assembly:Telerik.Windows.Controls.GanttView.dll
Syntax:
[SuppressMessage("Microsoft.Design", "CA1001:TypesThatOwnDisposableFieldsShouldBeDisposable")]
public class TreeCellContainer : CellContainer, IDataContainer
Inheritance: objectCellContainerBaseCellContainerTreeCellContainer
Derived Classes:
Implements:
Inherited Members
Constructors
TreeCellContainer()
Declaration
public TreeCellContainer()
Fields
ExpandCollapseVisualCollapsedStyleProperty
Declaration
public static readonly DependencyProperty ExpandCollapseVisualCollapsedStyleProperty
Field Value
DependencyProperty
ExpandCollapseVisualExpandedStyleProperty
Declaration
public static readonly DependencyProperty ExpandCollapseVisualExpandedStyleProperty
Field Value
DependencyProperty
LevelOffsetProperty
Declaration
public static readonly DependencyProperty LevelOffsetProperty
Field Value
DependencyProperty
Methods
ClearDataContext()
Declaration
protected override void ClearDataContext()
Overrides
GetExpandCollapseVisualCollapsedStyle(DependencyObject)
Declaration
public static Style GetExpandCollapseVisualCollapsedStyle(DependencyObject obj)
Parameters
obj
DependencyObject
Returns
Style
GetExpandCollapseVisualExpandedStyle(DependencyObject)
Declaration
public static Style GetExpandCollapseVisualExpandedStyle(DependencyObject obj)
Parameters
obj
DependencyObject
Returns
Style
GetLevelOffset(DependencyObject)
Declaration
public static double GetLevelOffset(DependencyObject obj)
Parameters
obj
DependencyObject
Returns
OnApplyTemplate()
Declaration
public override void OnApplyTemplate()
OnInitialized(EventArgs)
Raises the event. This method is invoked whenever is set to true internally.
Declaration
protected override void OnInitialized(EventArgs e)
Parameters
e
The RoutedEventArgs that contains the event data.
Overrides
ResetThemeOverride()
Resets the theme.
Declaration
protected override void ResetThemeOverride()
Overrides
SetDataContext(CellInfo)
Declaration
protected override void SetDataContext(CellInfo cellInfo)
Parameters
cellInfo
Overrides
SetExpandCollapseVisualCollapsedStyle(DependencyObject, Style)
Declaration
public static void SetExpandCollapseVisualCollapsedStyle(DependencyObject obj, Style value)
Parameters
obj
DependencyObject
value
Style
SetExpandCollapseVisualExpandedStyle(DependencyObject, Style)
Declaration
public static void SetExpandCollapseVisualExpandedStyle(DependencyObject obj, Style value)
Parameters
obj
DependencyObject
value
Style
SetLevelOffset(DependencyObject, double)
Declaration
public static void SetLevelOffset(DependencyObject obj, double value)
Parameters
obj
DependencyObject
value