Class GroupHeaderContainerBase
Inherited Members
Namespace: Telerik.Windows.Controls.Scheduling
Assembly: Telerik.Windows.Scheduling.Core.dll
Syntax
public abstract class GroupHeaderContainerBase : TreeContainer, ISelectorItem, IMouseOverHighlightItem, ISupportsStates, ITreeContainer, IDataContainer, IGroupContainer
Constructors
GroupHeaderContainerBase()
Declaration
protected GroupHeaderContainerBase()
Fields
ChildrenPaddingProperty
Declaration
public static readonly DependencyProperty ChildrenPaddingProperty
Field Value
System.Windows.DependencyProperty
|
Properties
ChildrenPadding
Declaration
public Thickness ChildrenPadding { get; set; }
Property Value
System.Windows.Thickness
|
Implements
TimeRulerSettings
Declaration
protected abstract TimeRulerSettings TimeRulerSettings { get; }
Property Value
TimeRulerSettings
|
Explicit Interface Implementations
IGroupContainer.TimeRulerSettings
Declaration
TimeRulerSettings IGroupContainer.TimeRulerSettings { get; }
Returns
TimeRulerSettings
|