ClassTreeColumnDefinition
Class
Definition
Namespace:Telerik.Windows.Controls.GanttView
Assembly:Telerik.Windows.Controls.GanttView.dll
Syntax:
cs-api-definition
public class TreeColumnDefinition : ColumnDefinition, INotifyPropertyChanged, IHierarchical
Inheritance: objectPlatformIndependentFreezableColumnDefinitionBaseColumnDefinitionTreeColumnDefinition
Implements:
Inherited Members
Constructors
TreeColumnDefinition()
Declaration
cs-api-definition
public TreeColumnDefinition()
Methods
CreateInstanceOverride()
When implemented in a derived class, creates a new instance of the Telerik.Windows.Core.PlatformIndependentFreezable derived class.
Declaration
cs-api-definition
protected override PlatformIndependentFreezable CreateInstanceOverride()
Returns
The new instance.
Overrides