ClassTreeCellEditingContainer
Class
Definition
Namespace:Telerik.Windows.Controls.GanttView
Assembly:Telerik.Windows.Controls.GanttView.dll
Syntax:
cs-api-definition
[SuppressMessage("Microsoft.Design", "CA1001:TypesThatOwnDisposableFieldsShouldBeDisposable")]
public class TreeCellEditingContainer : CellEditingContainer, IDataContainer
Inheritance: objectCellContainerBaseCellEditingContainerTreeCellEditingContainer
Implements:
Inherited Members
Constructors
TreeCellEditingContainer()
Declaration
cs-api-definition
public TreeCellEditingContainer()
Methods
ClearDataContext()
Declaration
cs-api-definition
protected override void ClearDataContext()
Overrides
OnApplyTemplate()
Declaration
cs-api-definition
public override void OnApplyTemplate()
OnInitialized(EventArgs)
Raises the event. This method is invoked whenever is set to true internally.
Declaration
cs-api-definition
protected override void OnInitialized(EventArgs e)
Parameters
e
The RoutedEventArgs that contains the event data.
Overrides
ResetThemeOverride()
Resets the theme.
Declaration
cs-api-definition
protected override void ResetThemeOverride()
Overrides
SetDataContext(CellInfo)
Declaration
cs-api-definition
protected override void SetDataContext(CellInfo cellInfo)
Parameters
cellInfo
Overrides