Class GroupHeaderButton
Inherited Members
Namespace: Telerik.Windows.Controls
Assembly: Telerik.Windows.Controls.ScheduleView.dll
Syntax
public class GroupHeaderButton : RadButton, ICommandSource
Constructors
GroupHeaderButton()
Initializes a new instance of the GroupHeaderButton class.
Declaration
public GroupHeaderButton()
Fields
IsCommandAttachedProperty
Identifies the IsCommandAttached read only DependencyProperty.
Declaration
public static readonly DependencyProperty IsCommandAttachedProperty
Field Value
System.Windows.DependencyProperty
|
IsTodayProperty
Identifies the IsToday DependencyProperty.
Declaration
public static readonly DependencyProperty IsTodayProperty
Field Value
System.Windows.DependencyProperty
|
OrientationProperty
Identifies the Orientation DependencyProperty.
Declaration
public static readonly DependencyProperty OrientationProperty
Field Value
System.Windows.DependencyProperty
|
Properties
IsCommandAttached
Gets a Boolean property indicating if a command has been set to the button.
Declaration
public bool IsCommandAttached { get; }
Property Value
System.Boolean
|
IsToday
Gets or Sets whether the button should highlight as Today.
Declaration
public bool IsToday { get; set; }
Property Value
System.Boolean
|
Orientation
Gets or Sets the orientation of the button.
Declaration
public Orientation Orientation { get; set; }
Property Value
System.Windows.Controls.Orientation
|
Methods
OnApplyTemplate()
Invoked whenever application code or internal processes (such as a rebuilding layout pass) call. System.Windows.Controls.Control.ApplyTemplate.
Declaration
public override void OnApplyTemplate()
Overrides
OnIsPressedChanged(DependencyPropertyChangedEventArgs)
Declaration
protected override void OnIsPressedChanged(DependencyPropertyChangedEventArgs e)
Parameters
System.Windows.DependencyPropertyChangedEventArgs
e
|
Overrides
OnLostMouseCapture(MouseEventArgs)
Provides handling for the System.Windows.UIElement.LostMouseCapture event.
Declaration
protected override void OnLostMouseCapture(MouseEventArgs e)
Parameters
System.Windows.Input.MouseEventArgs
e
A System.Windows.Input.MouseEventArgs that contains the event data. |
OnMouseEnter(MouseEventArgs)
Resets the CommonVisual states.
Declaration
protected override void OnMouseEnter(MouseEventArgs e)
Parameters
System.Windows.Input.MouseEventArgs
e
|
Overrides
OnMouseLeave(MouseEventArgs)
Resets the CommonVisual states.
Declaration
protected override void OnMouseLeave(MouseEventArgs e)
Parameters
System.Windows.Input.MouseEventArgs
e
|
Overrides
OnMouseLeftButtonDown(MouseButtonEventArgs)
Provides class handling for the System.Windows.UIElement.MouseLeftButtonDown event that occurs when the left mouse button is pressed while the mouse pointer is over this control.
Declaration
protected override void OnMouseLeftButtonDown(MouseButtonEventArgs e)
Parameters
System.Windows.Input.MouseButtonEventArgs
e
The event data. |
Exceptions
System.ArgumentNullException
|
OnMouseLeftButtonUp(MouseButtonEventArgs)
Provides class handling for the System.Windows.UIElement.MouseLeftButtonUp event that occurs when the left mouse button is released while the mouse pointer is over this control.
Declaration
protected override void OnMouseLeftButtonUp(MouseButtonEventArgs e)
Parameters
System.Windows.Input.MouseButtonEventArgs
e
The event data. |
Exceptions
System.ArgumentNullException
|
UpdateVisualStates(Boolean)
Updates the visual states.
Declaration
protected void UpdateVisualStates(bool useTransitions)
Parameters
System.Boolean
useTransitions
If set to |