Represents a UI of a column header.
Definition
Namespace:Telerik.Windows.Controls.GanttView
Assembly:Telerik.Windows.Controls.GanttView.dll
Syntax:
C#
public class ColumnHeaderContainer : TreeContainer, ISelectorItem, IMouseOverHighlightItem, ISupportsStates, ITreeContainer, IDataContainer
Inheritance: objectSelectorItemBaseTreeContainerColumnHeaderContainer
Implements:
Inherited Members
Constructors
Initializes a new instance of the ColumnHeaderContainer class.
C#
public ColumnHeaderContainer()
Methods
Called to re-measure a control.
C#
protected override Size MeasureOverride(Size availableSize)
The maximum size that the method can return.
Returns:Size
The size of the control, up to the maximum specified by constraint.
C#
protected override void OnDataItemChanged(HierarchicalItem item)
Overrides:
Raises the event. This method is invoked whenever is set to true internally.
C#
protected override void OnInitialized(EventArgs e)
The RoutedEventArgs that contains the event data.
Resets the theme.
C#
public void ResetTheme()