Class TreeContainer
Inherited Members
Namespace: Telerik.Windows.Rendering
Assembly: Telerik.Windows.Scheduling.Core.dll
Syntax
public abstract class TreeContainer : SelectorItemBase, ISelectorItem, IMouseOverHighlightItem, ISupportsStates, ITreeContainer, IDataContainer
Constructors
TreeContainer()
Declaration
protected TreeContainer()
Fields
AlternatingBackgroundProperty
Declaration
public static readonly DependencyProperty AlternatingBackgroundProperty
Field Value
System.Windows.DependencyProperty
|
ContentTemplateProperty
Declaration
public static readonly DependencyProperty ContentTemplateProperty
Field Value
System.Windows.DependencyProperty
|
SubitemsGapProperty
Declaration
public static readonly DependencyProperty SubitemsGapProperty
Field Value
System.Windows.DependencyProperty
|
SubitemsPaddingProperty
Declaration
public static readonly DependencyProperty SubitemsPaddingProperty
Field Value
System.Windows.DependencyProperty
|
Properties
AlternatingBackground
Declaration
public Brush AlternatingBackground { get; set; }
Property Value
System.Windows.Media.Brush
|
ContentTemplate
Declaration
public DataTemplate ContentTemplate { get; set; }
Property Value
System.Windows.DataTemplate
|
DataItem
Declaration
public override object DataItem { get; set; }
Property Value
System.Object
|
Overrides
Implements
SubitemsGap
Declaration
public double SubitemsGap { get; set; }
Property Value
System.Double
|
Implements
SubitemsPadding
Declaration
public Thickness SubitemsPadding { get; set; }
Property Value
System.Windows.Thickness
|
Implements
Methods
CreateProxy()
Declaration
protected virtual TreeContainer.TreeItemProxy CreateProxy()
Returns
TreeContainer.TreeItemProxy
|
OnDataItemChanged(HierarchicalItem)
Declaration
protected virtual void OnDataItemChanged(HierarchicalItem item)
Parameters
HierarchicalItem
item
|
UpdateAlternatingRows()
Declaration
public void UpdateAlternatingRows()