Class ColumnDefinitionGroup
Inherited Members
Namespace: Telerik.Windows.Controls.GanttView
Assembly: Telerik.Windows.Controls.GanttView.dll
Syntax
public class ColumnDefinitionGroup : ColumnDefinitionBase, INotifyPropertyChanged, IHierarchical
Constructors
ColumnDefinitionGroup()
Declaration
public ColumnDefinitionGroup()
Fields
ChildrenProperty
Identifies the Children dependency property.
Declaration
public static readonly DependencyProperty ChildrenProperty
Field Value
System.Windows.DependencyProperty
|
Properties
Children
Gets or sets the Children. This is a dependency property.
Declaration
public ColumnDefinitionCollection Children { get; }
Property Value
ColumnDefinitionCollection
|
Methods
CreateInstanceOverride()
Declaration
protected override PlatformIndependentFreezable CreateInstanceOverride()
Returns
PlatformIndependentFreezable
|
Overrides
GetSubItems()
Declaration
protected override IEnumerable<ColumnDefinitionBase> GetSubItems()
Returns
System.Collections.Generic.IEnumerable<ColumnDefinitionBase>
|